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:
andreas.schildbach 2010-10-05 10:28:30 +00:00
parent 94d99f7e53
commit ecb506c892

View file

@ -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