org.geotools.data.arcsde
Class GeometryBuildingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.geotools.data.arcsde.GeometryBuildingException
All Implemented Interfaces:
java.io.Serializable

public class GeometryBuildingException
extends java.lang.Exception

Exception that can be thrown if an error occurs while creating a Geometryy from a SeShape or viceversa

Version:
$Id: GeometryBuildingException.java 17707 2006-01-23 03:45:14Z desruisseaux $
Author:
Gabriel Rold?n
See Also:
Serialized Form

Constructor Summary
GeometryBuildingException(java.lang.String msg)
          Creates a new GeometryBuildingException object.
GeometryBuildingException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new GeometryBuildingException object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeometryBuildingException

public GeometryBuildingException(java.lang.String msg)
Creates a new GeometryBuildingException object.

Parameters:
msg - DOCUMENT ME!

GeometryBuildingException

public GeometryBuildingException(java.lang.String msg,
                                 java.lang.Throwable cause)
Creates a new GeometryBuildingException object.

Parameters:
msg - DOCUMENT ME!
cause - DOCUMENT ME!


Copyright © GeoTools. All Rights Reserved.