public class GeometryOperationException extends BaseException
code, formatString, messageKey| Constructor and Description |
|---|
GeometryOperationException(Exception e)
Constructor to use when
this is caused by another Exception
but there is not further context data available. |
GeometryOperationException(int geometryType,
int operationCode)
Constructor with some context data for cases in which the root cause of
this is internal (usually an unsatisfied logic rule). |
GeometryOperationException(int geometryType,
int operationCode,
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 GeometryOperationException(int geometryType,
int operationCode)
this is internal (usually an unsatisfied logic rule).geometryType - operationCode - public GeometryOperationException(Exception e)
this is caused by another Exception
but there is not further context data available.e - public GeometryOperationException(int geometryType,
int operationCode,
Exception e)
geometryType - operationCode - e - protected Map values()
values in class BaseException