public class GeometryTypeNotSupportedException extends GeometryException
code, formatString, messageKey| Constructor and Description |
|---|
GeometryTypeNotSupportedException(java.lang.Class geomClass)
Constructor with some context data for cases in which the root cause of
this is internal (usually an unsatisfied logic rule). |
GeometryTypeNotSupportedException(java.lang.Class geomClass,
java.lang.Exception e)
Main constructor that provides both context data and a cause Exception
|
GeometryTypeNotSupportedException(java.lang.Exception e)
Constructor to use when
this is caused by another Exception
but there is not further context data available. |
GeometryTypeNotSupportedException(int type,
int subType) |
GeometryTypeNotSupportedException(java.lang.String geomClassName) |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, valuespublic GeometryTypeNotSupportedException(java.lang.Class geomClass)
this is internal (usually an unsatisfied logic rule).geomClass - geometry classpublic GeometryTypeNotSupportedException(java.lang.Exception e)
this is caused by another Exception
but there is not further context data available.e - cause exceptionpublic GeometryTypeNotSupportedException(int type,
int subType)
public GeometryTypeNotSupportedException(java.lang.String geomClassName)
public GeometryTypeNotSupportedException(java.lang.Class geomClass,
java.lang.Exception e)
geomClass - geometry classe - cause exception