public class GeoServiceWrapperException extends RuntimeException
GeoWebServiceWrapper| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
errorMessages |
static String |
G_GEO_BAD_KEY
The given key is either invalid or does not match the domain for which it was given.
|
static String |
G_GEO_BAD_REQUEST
A directions request could not be successfully parsed.
|
static String |
G_GEO_MISSING_ADDRESS
Synonym for G_GEO_MISSING_QUERY.
|
static String |
G_GEO_MISSING_QUERY
The HTTP q parameter was either missing or had no value.
|
static String |
G_GEO_REQUST_DENIED |
static String |
G_GEO_SERVER_ERROR
A geocoding, directions or maximum zoom level request could not be successfully processed, yet the exact reason
for the failure is not known.
|
static String |
G_GEO_TOO_MANY_QUERIES
The given key has gone over the requests limit in the 24 hour period or has submitted too many requests in too
short a period of time.
|
static String |
G_GEO_UNAVAILABLE_ADDRESS
The geocode for the given address or the route for the given directions query cannot be returned due to legal or
contractual reasons.
|
static String |
G_GEO_UNKNOWN_ADDRESS
No corresponding geographic location could be found for the specified address.
|
static String |
G_GEO_UNKNOWN_DIRECTIONS
The GDirections object could not compute directions between the points mentioned in the query.
|
| Constructor and Description |
|---|
GeoServiceWrapperException() |
GeoServiceWrapperException(String message) |
GeoServiceWrapperException(String message,
String googleResponseCode) |
GeoServiceWrapperException(String message,
Throwable nested) |
GeoServiceWrapperException(Throwable nested) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGoogleResponseCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String G_GEO_BAD_REQUEST
public static final String G_GEO_SERVER_ERROR
public static final String G_GEO_MISSING_QUERY
public static final String G_GEO_MISSING_ADDRESS
public static final String G_GEO_UNKNOWN_ADDRESS
public static final String G_GEO_UNAVAILABLE_ADDRESS
public static final String G_GEO_UNKNOWN_DIRECTIONS
public static final String G_GEO_REQUST_DENIED
public static final String G_GEO_BAD_KEY
public static final String G_GEO_TOO_MANY_QUERIES
public GeoServiceWrapperException()
public GeoServiceWrapperException(String message, Throwable nested)
message - nested - public GeoServiceWrapperException(String message)
message - public GeoServiceWrapperException(Throwable nested)
public String getGoogleResponseCode()
Copyright © 2017 SAP SE. All Rights Reserved.