Package org.gvsig.fmap.geom.type
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
This exception is raised when the someone tries to access a geometry
type that is not supported.
- Author:
- jiyarza
- See Also:
-
Field Summary
Fields inherited from class org.gvsig.tools.exception.BaseException
code, formatString, messageKey -
Constructor Summary
ConstructorsConstructorDescriptionGeometryTypeNotSupportedException(int type, int subType) GeometryTypeNotSupportedException(Class geomClass) Constructor with some context data for cases in which the root cause ofthisis internal (usually an unsatisfied logic rule).GeometryTypeNotSupportedException(Class geomClass, 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.GeometryTypeNotSupportedException(String geomClassName) -
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, setValue, valuesMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GeometryTypeNotSupportedException
Constructor with some context data for cases in which the root cause ofthisis internal (usually an unsatisfied logic rule).- Parameters:
geomClass- geometry class
-
GeometryTypeNotSupportedException
Constructor to use whenthisis caused by another Exception but there is not further context data available.- Parameters:
e- cause exception
-
GeometryTypeNotSupportedException
public GeometryTypeNotSupportedException(int type, int subType) -
GeometryTypeNotSupportedException
-
GeometryTypeNotSupportedException
Main constructor that provides both context data and a cause Exception- Parameters:
geomClass- geometry classe- cause exception
-