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.RuntimeExceptionIn case aGeocoderServiceis 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.StringgetContext()java.lang.StringgetMessage()java.lang.StringgetRawMessage()
-