public class GeometryOperationException extends BaseException
code, formatString, messageKey| Constructor and Description |
|---|
GeometryOperationException(java.lang.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,
java.lang.Exception e)
Main constructor that provides both context data and a cause Exception
|
| 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 GeometryOperationException(int geometryType,
int operationCode)
this is internal (usually an unsatisfied logic rule).geometryType - operationCode - public GeometryOperationException(java.lang.Exception e)
this is caused by another Exception
but there is not further context data available.e - public GeometryOperationException(int geometryType,
int operationCode,
java.lang.Exception e)
geometryType - operationCode - e - protected java.util.Map values()
values in class BaseException