Class GeoFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.libs.geo.GeoFormatException
All Implemented Interfaces:
Serializable

public class GeoFormatException extends Exception
Exception that denotes there was a problem with the Geospatial format. This exception is commonly used by the coordinate classes
See Also:
  • Constructor Details

    • GeoFormatException

      public GeoFormatException()
      Constructs new exception.
    • GeoFormatException

      public GeoFormatException(String message)
      Constructs new exception with given message.
      Parameters:
      message - the detail message.
    • GeoFormatException

      public GeoFormatException(String message, Throwable cause)
      Constructs new exception with given message and cause.
      Parameters:
      message - the detail message.
      cause - the cause.
    • GeoFormatException

      public GeoFormatException(Throwable cause)
      Constructs new exception with the given cause.
      Parameters:
      cause - the cause.