Package org.opennms.features.geocoder
Class GeocoderConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.features.geocoder.GeocoderConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class GeocoderConfigurationException extends java.lang.RuntimeException
In case aGeocoderService
is not configured properly, it should throw this exception.- Author:
- mvrueden
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeocoderConfigurationException(java.lang.String context, java.lang.String message)
GeocoderConfigurationException(java.lang.String context, java.lang.String messageFormat, java.lang.Object... arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getContext()
java.lang.String
getMessage()
java.lang.String
getRawMessage()
-