Class GeometryToWKTException

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.renders.GeometryToWKTException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class GeometryToWKTException extends org.gvsig.tools.exception.BaseRuntimeException
Exception thrown when there is an error while converting a Geometry to WKT into a table cell.
Author:
Cèsar Ordiñana
See Also:
  • Constructor Details

    • GeometryToWKTException

      public GeometryToWKTException()
      Creates a new Exception when getting a Geometry cell as WKT.
    • GeometryToWKTException

      public GeometryToWKTException(Throwable cause)
      Creates a new Exception when getting a Geometry cell as WKT.
      Parameters:
      cause - the original Throwable