|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.fmap.mapcontrol.dal.feature.swing.table.WKTToGeometryException
public class WKTToGeometryException
Exception thrown when there is an error while converting a WKT text to a Geometry into a table cell.
| Field Summary |
|---|
| Fields inherited from class org.gvsig.tools.exception.BaseRuntimeException |
|---|
code, formatString, messageKey |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getWKT()
|
protected java.util.Map<java.lang.String,?> |
values()
|
| 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 |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WKTToGeometryException(java.lang.String wkt)
wkt - the geometry in WKT format
public WKTToGeometryException(java.lang.String wkt,
java.lang.Throwable cause)
wkt - the geometry in WKT formatcause - the original Throwable| Method Detail |
|---|
public java.lang.Object getWKT()
protected java.util.Map<java.lang.String,?> values()
values in class org.gvsig.tools.exception.BaseRuntimeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||