Package org.gvsig.fmap.geom.operation
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:
-
Field Summary
Fields inherited from class org.gvsig.tools.exception.BaseException
code, formatString, messageKey -
Constructor Summary
ConstructorsConstructorDescriptionGeometryOperationException(int geometryType, int operationCode) Constructor with some context data for cases in which the root cause ofthisis internal (usually an unsatisfied logic rule).GeometryOperationException(int geometryType, int operationCode, Exception e) Main constructor that provides both context data and a cause ExceptionConstructor to use whenthisis caused by another Exception but there is not further context data available. -
Method Summary
Methods inherited from class org.gvsig.tools.exception.BaseException
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValueMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GeometryOperationException
public GeometryOperationException(int geometryType, int operationCode) Constructor with some context data for cases in which the root cause ofthisis internal (usually an unsatisfied logic rule).- Parameters:
geometryType-operationCode-
-
GeometryOperationException
Constructor to use whenthisis caused by another Exception but there is not further context data available.- Parameters:
e-
-
GeometryOperationException
Main constructor that provides both context data and a cause Exception- Parameters:
geometryType-operationCode-e-
-
-
Method Details
-
values
- Overrides:
valuesin classorg.gvsig.tools.exception.BaseException
-