Package org.opennms.features.geocoder
Class GeocoderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.features.geocoder.GeocoderException
-
- All Implemented Interfaces:
Serializable
public class GeocoderException extends Exception
In case resolving an address to its geocoordinates was not successful this exception should be thrown.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GeocoderException(String message)
protected
GeocoderException(String messages, Throwable t)
protected
GeocoderException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-