Uses of Class
de.stklcode.pubtrans.ura.exception.UraClientException
| Package | Description |
|---|---|
| de.stklcode.pubtrans.ura |
jURAclient base package - see
UraClient for usage. |
| de.stklcode.pubtrans.ura.exception |
jURAclient exceptions thrown by the client.
|
-
Uses of UraClientException in de.stklcode.pubtrans.ura
Methods in de.stklcode.pubtrans.ura that throw UraClientException Modifier and Type Method Description java.util.List<Message>UraClient. getMessages()Get list of messages.java.util.List<Message>UraClient. getMessages(UraClient.Query query)Get list of messages.java.util.List<Message>UraClient. getMessages(UraClient.Query query, java.lang.Integer limit)Get list of messages for given stopIDs with result limit.java.util.List<Message>UraClient.Query. getMessages()Get trips for set filters.java.util.List<Stop>UraClient. getStops()Get list of stops without filters.java.util.List<Stop>UraClient. getStops(UraClient.Query query)List available stopIDs.java.util.List<Stop>UraClient.Query. getStops()Get stops for set filters.java.util.List<Trip>UraClient. getTrips()Get list of trips.java.util.List<Trip>UraClient. getTrips(UraClient.Query query)Get list of trips.java.util.List<Trip>UraClient. getTrips(UraClient.Query query, java.lang.Integer limit)Get list of trips for given stopIDs and lineIDs with result limit.java.util.List<Trip>UraClient. getTrips(java.lang.Integer limit)Get list of trips with limit.java.util.List<Trip>UraClient.Query. getTrips()Get trips for set filters. -
Uses of UraClientException in de.stklcode.pubtrans.ura.exception
Subclasses of UraClientException in de.stklcode.pubtrans.ura.exception Modifier and Type Class Description classUraClientConfigurationExceptionCustom exception class indicating an error with the URA client configuration.