Package org.gvsig.fmap.geom.type
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
- Author:
- Jorge Piera
- See Also:
-
Field Summary
Fields inherited from class org.gvsig.tools.exception.BaseException
code, formatString, messageKey -
Constructor Summary
ConstructorsConstructorDescriptionGeometryTypeNotValidException(int type, int subType) Main constructor that provides both context data and a cause ExceptionGeometryTypeNotValidException(int type, int subType, Exception e) Main constructor that provides both context data and a cause Exception -
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
-
GeometryTypeNotValidException
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
- Overrides:
valuesin classorg.gvsig.tools.exception.BaseException
-