public class GeometryTypeNotValidException extends GeometryException
code, formatString, messageKey| Constructor and Description |
|---|
GeometryTypeNotValidException(int type,
int subType)
Main constructor that provides both context data and a cause Exception
|
GeometryTypeNotValidException(int type,
int subType,
Exception e)
Main constructor that provides both context data and a cause Exception
|
| Modifier and Type | Method and Description |
|---|---|
protected Map |
values() |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValueaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GeometryTypeNotValidException(int type,
int subType,
Exception e)
geomClass - geometry classe - cause exceptionpublic GeometryTypeNotValidException(int type,
int subType)
geomClass - geometry classe - cause exceptionprotected Map values()
values in class BaseException