Package org.codice.ddf.spatial.geocoding
Class GeoNamesRemoteDownloadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.spatial.geocoding.GeoNamesRemoteDownloadException
- All Implemented Interfaces:
Serializable
Thrown by
GeoEntryExtractor when an error occurs during downloading of a GeoNames zip
file.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeoNamesRemoteDownloadException(String message) Instantiates a new exception with the provided message.GeoNamesRemoteDownloadException(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
-
GeoNamesRemoteDownloadException
Instantiates a new exception with the provided message.- Parameters:
message- the message
-
GeoNamesRemoteDownloadException
Instantiates a new exception with the provided message andThrowable.- Parameters:
message- the messagethrowable- the throwable
-