Class UnformattableObjectException

Object
Throwable
Exception
RuntimeException
UnformattableObjectException
All Implemented Interfaces:
Serializable

public class UnformattableObjectException extends RuntimeException
Thrown when a PROJ object can not be formatted to Well Known Text (WKT), JSON or PROJ string.
Since:
1.0
See Also:
  • Constructor Details

    • UnformattableObjectException

      public UnformattableObjectException()
      Construct an exception with no detail message.
    • UnformattableObjectException

      public UnformattableObjectException(String message)
      Constructs an exception with the specified detail message.
      Parameters:
      message - the detail message, saved for later retrieval by the Throwable.getMessage() method.
    • UnformattableObjectException

      public UnformattableObjectException(String message, Throwable cause)
      Constructs an exception with the specified detail message and cause.
      Parameters:
      message - the detail message, saved for later retrieval by the Throwable.getMessage() method.
      cause - the cause, saved for later retrieval by the Throwable.getCause() method.