Package org.codice.ddf.spatial.geocoding
Class GeoEntryIndexingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.spatial.geocoding.GeoEntryIndexingException
- All Implemented Interfaces:
Serializable
Thrown by a
GeoEntryIndexer when an error occurs during the indexing of GeoEntry
objects.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeoEntryIndexingException(String message) Instantiates a new exception with the provided message.GeoEntryIndexingException(String message, Throwable throwable) Instantiates a new exception with the provided message andThrowable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GeoEntryIndexingException
Instantiates a new exception with the provided message.- Parameters:
message- the message
-
GeoEntryIndexingException
Instantiates a new exception with the provided message andThrowable.- Parameters:
message- the messagethrowable- the throwable
-