Class GeometryTypeNotSupportedException

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

public class GeometryTypeNotSupportedException extends GeometryException
This exception is raised when the someone tries to access a geometry type that is not supported.
Author:
jiyarza
See Also:
  • Constructor Details

    • GeometryTypeNotSupportedException

      public GeometryTypeNotSupportedException(Class geomClass)
      Constructor with some context data for cases in which the root cause of this is internal (usually an unsatisfied logic rule).
      Parameters:
      geomClass - geometry class
    • GeometryTypeNotSupportedException

      public GeometryTypeNotSupportedException(Exception e)
      Constructor to use when this is caused by another Exception but there is not further context data available.
      Parameters:
      e - cause exception
    • GeometryTypeNotSupportedException

      public GeometryTypeNotSupportedException(int type, int subType)
    • GeometryTypeNotSupportedException

      public GeometryTypeNotSupportedException(String geomClassName)
    • GeometryTypeNotSupportedException

      public GeometryTypeNotSupportedException(Class geomClass, Exception e)
      Main constructor that provides both context data and a cause Exception
      Parameters:
      geomClass - geometry class
      e - cause exception