public class GeometryOperationNotSupportedException extends BaseException
code, formatString, messageKey| Constructor and Description |
|---|
GeometryOperationNotSupportedException(java.lang.Exception e)
Constructor to use when
this is caused by another Exception
but there is not further context data available. |
GeometryOperationNotSupportedException(int opCode)
Constructor with the operation code of a common operation.
|
GeometryOperationNotSupportedException(int opCode,
GeometryType geomType)
Constructor with the operation code related to a geometry type
|
GeometryOperationNotSupportedException(int opCode,
GeometryType geomType,
java.lang.Exception e)
Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map |
values() |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValuepublic GeometryOperationNotSupportedException(int opCode)
opCode - public GeometryOperationNotSupportedException(int opCode,
GeometryType geomType)
opCode - geomType - public GeometryOperationNotSupportedException(java.lang.Exception e)
this is caused by another Exception
but there is not further context data available.e - public GeometryOperationNotSupportedException(int opCode,
GeometryType geomType,
java.lang.Exception e)
opCode - geomType - e - protected java.util.Map values()
values in class BaseException