Class GeometryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.fmap.geom.GeometryException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException
Direct Known Subclasses:
CreateGeometryException, GeometryTypeNotSupportedException, GeometryTypeNotValidException

public class GeometryException extends org.gvsig.tools.exception.BaseException
Parent exception for the geometry library.
Author:
2009- César Ordiñana - gvSIG team
See Also:
  • Constructor Details

    • GeometryException

      protected GeometryException(String message, String key, long code)
      See Also:
      • BaseException(String, String, long)
    • GeometryException

      protected GeometryException(String message, Throwable cause, String key, long code)
      See Also:
      • BaseException(String, Throwable, String, long)
    • GeometryException

      public GeometryException(Throwable cause)