Package org.opennms.features.geocoder
Class GeocoderException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.opennms.features.geocoder.GeocoderException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class GeocoderException extends java.lang.ExceptionIn case resolving an address to its geocoordinates was not successful this exception should be thrown.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedGeocoderException(java.lang.String message)protectedGeocoderException(java.lang.String messages, java.lang.Throwable t)protectedGeocoderException(java.lang.Throwable t)
 
-