All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Reference­Verify­Exception

public class GazetteerException extends TransformException
Thrown when a coordinate cannot be converted to a geographic identifier, or conversely.
Since:
0.8
See Also:
  • Constructor Details

    • GazetteerException

      public GazetteerException()
      Constructs a new exception with no detail message.
    • GazetteerException

      public GazetteerException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the details message, or null if none.
    • GazetteerException

      public GazetteerException(Throwable cause)
      Constructs a new exception with the specified cause. The details message is copied from the cause.
      Parameters:
      cause - the cause, or null if none.
    • GazetteerException

      public GazetteerException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the details message, or null if none.
      cause - the cause, or null if none.