org.gvsig.fmap.mapcontrol.dal.feature.swing.table
Class WKTToGeometryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.fmap.mapcontrol.dal.feature.swing.table.WKTToGeometryException
- All Implemented Interfaces:
- Serializable, IBaseException
public class WKTToGeometryException
- extends 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:
- Serialized Form
| Methods inherited from class org.gvsig.tools.exception.BaseRuntimeException |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, iterator, setCode, setFormatString, setMessageKey, setValue, toString |
WKTToGeometryException
public WKTToGeometryException(String wkt)
- Creates a new Exception when getting a Geometry cell as WKT.
- Parameters:
wkt - the geometry in WKT format
WKTToGeometryException
public WKTToGeometryException(String wkt,
Throwable cause)
- Creates a new Exception when getting a Geometry cell as WKT.
- Parameters:
wkt - the geometry in WKT formatcause - the original Throwable
getWKT
public Object getWKT()
values
protected Map<String,?> values()
- Overrides:
values in class BaseRuntimeException
Copyright © 2004-2013 gvSIG. All Rights Reserved.