wicket.contrib.gmap.util
Class GeocoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by wicket.contrib.gmap.util.GeocoderException
All Implemented Interfaces:
Serializable

public class GeocoderException
extends IOException

See Also:
Serialized Form

Field Summary
static int G_GEO_BAD_KEY
           
static int G_GEO_BAD_REQUEST
           
static int G_GEO_MISSING_QUERY
           
static int G_GEO_SERVER_ERROR
           
static int G_GEO_SUCCESS
           
static int G_GEO_TOO_MANY_QUERIES
           
static int G_GEO_UNAVAILABLE_ADDRESS
           
static int G_GEO_UNKNOWN_ADDRESS
           
static int G_GEO_UNKNOWN_DIRECTIONS
           
 
Constructor Summary
GeocoderException(int status)
           
 
Method Summary
 int 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
 

Field Detail

G_GEO_SUCCESS

public static final int G_GEO_SUCCESS
See Also:
Constant Field Values

G_GEO_BAD_REQUEST

public static final int G_GEO_BAD_REQUEST
See Also:
Constant Field Values

G_GEO_SERVER_ERROR

public static final int G_GEO_SERVER_ERROR
See Also:
Constant Field Values

G_GEO_MISSING_QUERY

public static final int G_GEO_MISSING_QUERY
See Also:
Constant Field Values

G_GEO_UNKNOWN_ADDRESS

public static final int G_GEO_UNKNOWN_ADDRESS
See Also:
Constant Field Values

G_GEO_UNAVAILABLE_ADDRESS

public static final int G_GEO_UNAVAILABLE_ADDRESS
See Also:
Constant Field Values

G_GEO_UNKNOWN_DIRECTIONS

public static final int G_GEO_UNKNOWN_DIRECTIONS
See Also:
Constant Field Values

G_GEO_BAD_KEY

public static final int G_GEO_BAD_KEY
See Also:
Constant Field Values

G_GEO_TOO_MANY_QUERIES

public static final int G_GEO_TOO_MANY_QUERIES
See Also:
Constant Field Values
Constructor Detail

GeocoderException

public GeocoderException(int status)
Method Detail

getStatus

public final int getStatus()


Copyright © 2012. All Rights Reserved.