geo.google
Class GeoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
GeoException(String message)
           
GeoException(String message, GeoStatusCode status)
           
GeoException(String message, Throwable cause)
           
GeoException(String message, Throwable cause, GeoStatusCode status)
           
GeoException(Throwable cause)
           
 
Method Summary
 GeoStatusCode getStatus()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getStatus

public GeoStatusCode getStatus()


Copyright © 2008. All Rights Reserved.