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:
  • Constructor Details

    • 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 format
      cause - the original Throwable
  • Method Details

    • getWKT

      public Object getWKT()
    • values

      protected Map<String,?> values()
      Overrides:
      values in class org.gvsig.tools.exception.BaseRuntimeException