public class GeometryOperationNotSupportedException extends BaseException
code, formatString, messageKey
Constructor and Description |
---|
GeometryOperationNotSupportedException(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,
Exception e)
Main constructor
|
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, setValue
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GeometryOperationNotSupportedException(int opCode)
opCode
- public GeometryOperationNotSupportedException(int opCode, GeometryType geomType)
opCode
- geomType
- public GeometryOperationNotSupportedException(Exception e)
this
is caused by another Exception
but there is not further context data available.e
- public GeometryOperationNotSupportedException(int opCode, GeometryType geomType, Exception e)
opCode
- geomType
- e
- protected Map values()
values
in class BaseException