geo.google
Class GeoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
geo.google.GeoException
- All Implemented Interfaces:
- Serializable
public class GeoException
- extends Exception
Indicates something unexpected occurs.
It also includes a GeoStatusCode
to signal problems about the status of the geocoding request.
- Author:
- jliang
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GeoException
public GeoException(String message,
GeoStatusCode status)
GeoException
public GeoException(String message,
Throwable cause,
GeoStatusCode status)
GeoException
public GeoException(String message)
GeoException
public GeoException(String message,
Throwable cause)
GeoException
public GeoException(Throwable cause)
getStatus
public GeoStatusCode getStatus()
Copyright © 2008. All Rights Reserved.