|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opennms.features.poller.remote.gwt.server.geocoding.GeocoderException
public class GeocoderException
GeocoderException class.
| Constructor Summary | |
|---|---|
GeocoderException()
Constructor for GeocoderException. |
|
GeocoderException(String message)
Constructor for GeocoderException. |
|
GeocoderException(String message,
Throwable cause)
Constructor for GeocoderException. |
|
GeocoderException(Throwable cause)
Constructor for GeocoderException. |
|
| Method Summary |
|---|
| 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 |
|---|
public GeocoderException()
Constructor for GeocoderException.
public GeocoderException(String message)
Constructor for GeocoderException.
message - a String object.public GeocoderException(Throwable cause)
Constructor for GeocoderException.
cause - a Throwable object.
public GeocoderException(String message,
Throwable cause)
Constructor for GeocoderException.
message - a String object.cause - a Throwable object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||