mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 00:50:31 +00:00
new 'service down' case
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@238 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
94d99f7e53
commit
ecb506c892
1 changed files with 4 additions and 0 deletions
|
@ -513,6 +513,10 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
{
|
||||
throw new RuntimeException(x);
|
||||
}
|
||||
catch (final FileNotFoundException x)
|
||||
{
|
||||
return new QueryDeparturesResult(uri, QueryDeparturesResult.Status.SERVICE_DOWN);
|
||||
}
|
||||
}
|
||||
|
||||
private void processItdDate(final XmlPullParser pp, final Calendar calendar) throws XmlPullParserException, IOException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue