Class WKTToGeometryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.fmap.dal.swing.impl.featuretable.table.editors.WKTToGeometryException
- All Implemented Interfaces:
Serializable,org.gvsig.tools.exception.IBaseException
public class WKTToGeometryException
extends org.gvsig.tools.exception.BaseRuntimeException
Exception thrown when there is an error while converting a WKT text to a
Geometry into a table cell.
- Author:
- Cèsar Ordiñana
- See Also:
-
Field Summary
Fields inherited from class org.gvsig.tools.exception.BaseRuntimeException
code, formatString, messageKey -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new Exception when getting a Geometry cell as WKT.WKTToGeometryException(String wkt, Throwable cause) Creates a new Exception when getting a Geometry cell as WKT. -
Method Summary
Methods inherited from class org.gvsig.tools.exception.BaseRuntimeException
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setValue, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
WKTToGeometryException
Creates a new Exception when getting a Geometry cell as WKT.- Parameters:
wkt- the geometry in WKT format
-
WKTToGeometryException
Creates a new Exception when getting a Geometry cell as WKT.- Parameters:
wkt- the geometry in WKT formatcause- the original Throwable
-
-
Method Details
-
getWKT
-
values
- Overrides:
valuesin classorg.gvsig.tools.exception.BaseRuntimeException
-