Class GeometryTypeNotValidException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.fmap.geom.GeometryException
org.gvsig.fmap.geom.type.GeometryTypeNotValidException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class GeometryTypeNotValidException extends GeometryException
Author:
Jorge Piera
See Also:
  • Constructor Details

    • GeometryTypeNotValidException

      public GeometryTypeNotValidException(int type, int subType, Exception e)
      Main constructor that provides both context data and a cause Exception
      Parameters:
      type -
      subType -
      e - cause exception
    • GeometryTypeNotValidException

      public GeometryTypeNotValidException(int type, int subType)
      Main constructor that provides both context data and a cause Exception
      Parameters:
      type -
      subType -
  • Method Details

    • values

      protected Map values()
      Overrides:
      values in class org.gvsig.tools.exception.BaseException