Class GeometryException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JsonGeometryException, UserCancelException

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

  • Constructor Details

    • GeometryException

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