public class WKTToGeometryException extends BaseRuntimeException
code, formatString, messageKey| Constructor and Description |
|---|
WKTToGeometryException(java.lang.String wkt)
Creates a new Exception when getting a Geometry cell as WKT.
|
WKTToGeometryException(java.lang.String wkt,
java.lang.Throwable cause)
Creates a new Exception when getting a Geometry cell as WKT.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getWKT() |
protected java.util.Map<java.lang.String,?> |
values() |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setValue, toStringpublic WKTToGeometryException(java.lang.String wkt)
wkt - the geometry in WKT formatpublic WKTToGeometryException(java.lang.String wkt,
java.lang.Throwable cause)
wkt - the geometry in WKT formatcause - the original Throwablepublic java.lang.Object getWKT()
protected java.util.Map<java.lang.String,?> values()
values in class BaseRuntimeException