| Exception | Description |
|---|---|
| OsmApiException |
Thrown when the OSM Api returns a HTTP error.
|
| OsmApiReadResponseException |
An error occured while parsing the response of an Osm Api call
|
| OsmAuthorizationException |
Thrown when the user is blocked, did not agree to the terms, his OAuth token does not have this
capability, he has not the necessary rights (i.e.
|
| OsmBadUserInputException | |
| OsmConflictException |
Thrown when an action fails because the precondition changed on server side.
|
| OsmConnectionException |
(A proper) connection to the server cannot be established for some reason.
|
| OsmNotFoundException |
Thrown when an action fails because the element does not exist
|
| OsmQueryTooBigException |
Thrown when trying to request an area that is either too big or contains too much data.
|
| OsmServiceUnavailableException |
Thrown when an API request failed because the server responded that the service is not
available (i.e.
|
| RedirectedException |
Thrown when the ISP / Wifi router redirected us to someplace else (i.e.
|
| XmlParserException |
Wraps any exception that occurs during parsing with the XmlParser
|