Class JsonGeometryException

All Implemented Interfaces:
Serializable

public class JsonGeometryException extends GeometryException
A runtime exception raised when a JSON related exception occurs.
See Also:
  • Field Details

  • Constructor Details

    • JsonGeometryException

      public JsonGeometryException(String str)
      Constructs a Json Geometry Exception with the given error string/message.
      Parameters:
      str - - The error string.
    • JsonGeometryException

      public JsonGeometryException(Exception ex)
      Constructs a Json Geometry Exception with the given another exception.
      Parameters:
      ex - - The exception to copy the message from.