Class GeoEntryExtractionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.spatial.geocoding.GeoEntryExtractionException
All Implemented Interfaces:
Serializable

public class GeoEntryExtractionException extends Exception
Thrown by a GeoEntryExtractor when an error occurs during the extraction of GeoNames entries from a resource.
See Also:
  • Constructor Details

    • GeoEntryExtractionException

      public GeoEntryExtractionException(String message)
      Instantiates a new exception with the provided message.
      Parameters:
      message - the message
    • GeoEntryExtractionException

      public GeoEntryExtractionException(String message, Throwable throwable)
      Instantiates a new exception with the provided message and Throwable.
      Parameters:
      message - the message
      throwable - the throwable