git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@879 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2012-01-21 10:16:39 +00:00
parent 80880b9dd5
commit 45d4293362

View file

@ -186,7 +186,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
else if ("street".equals(type) || "address".equals(type) || "singlehouse".equals(type))
results.add(new Location(LocationType.ADDRESS, 0, lat, lon, place, stop.getString("name")));
else
throw new IllegalArgumentException("unknown type: " + type);
throw new IllegalArgumentException("unknown type: " + type + " on " + uri);
}
return results;