Class GeometryOperationException

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

public class GeometryOperationException extends org.gvsig.tools.exception.BaseException
Author:
Jorge Piera LlodrĂ¡ (jorge.piera@iver.es)
See Also:
  • Constructor Details

    • GeometryOperationException

      public GeometryOperationException(int geometryType, int operationCode)
      Constructor with some context data for cases in which the root cause of this is internal (usually an unsatisfied logic rule).
      Parameters:
      geometryType -
      operationCode -
    • GeometryOperationException

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

      public GeometryOperationException(int geometryType, int operationCode, Exception e)
      Main constructor that provides both context data and a cause Exception
      Parameters:
      geometryType -
      operationCode -
      e -
  • Method Details

    • values

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