|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.rim.device.api.lbs.maps.MapException
net.rim.device.api.lbs.maps.server.exchange.ReverseGeocodeException
public class ReverseGeocodeException
Represents an exception that is thrown when trying to request reverse geocoding information.
| Field Summary | ||
|---|---|---|
static int |
DATA_UNAVAILABLE
Indicates that the address is out of data coverage. |
|
static int |
DATA_UNAVAILABLE_FOR_SPECIFIED_ADMIN_LEVEL
Indicates that the bounding box data for the specified administration level in that region is unavailable. |
|
static int |
INVALID_ADMIN_LEVEL
Indicates that the administration level that is specified in the reverse geocoding request is unknown to the server. |
|
static int |
INVALID_COORDINATE
Indicates that the provided latitudinal and longitudinal coordinates are invalid. |
|
static int |
SERVER_BUSY
Indicates that the server is currently busy so it cannot fulfill any requests from the client. |
|
| Method Summary |
|---|
| Methods inherited from class net.rim.device.api.lbs.maps.MapException |
|---|
getErrorCode |
| Methods inherited from class java.lang.Throwable |
|---|
getMessage, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int INVALID_COORDINATE
public static final int INVALID_ADMIN_LEVEL
public static final int DATA_UNAVAILABLE_FOR_SPECIFIED_ADMIN_LEVEL
public static final int DATA_UNAVAILABLE
public static final int SERVER_BUSY
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal