Class GeometryException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    JsonGeometryException, UserCancelException

    public class GeometryException
    extends java.lang.RuntimeException
    A runtime exception raised when a geometry related exception occurs.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      GeometryException​(java.lang.String str)
      Constructs a Geometry Exception with the given error string/message.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static GeometryException GeometryInternalError()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GeometryException

        public GeometryException​(java.lang.String str)
        Constructs a Geometry Exception with the given error string/message.
        Parameters:
        str - - The error string.