com.esri.adf.web.data.geometry
Class ADFGeometryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.esri.adf.web.ADFException
                  extended by com.esri.adf.web.data.geometry.ADFGeometryException
All Implemented Interfaces:
Serializable

public class ADFGeometryException
extends ADFException

An instance of ADFGeometryException is thrown if something goes wrong when working with classes in com.esri.adf.web.data.geometry package.

See Also:
Serialized Form

Constructor Summary
ADFGeometryException()
           
ADFGeometryException(String message)
           
ADFGeometryException(String message, Throwable cause)
           
ADFGeometryException(Throwable cause)
           
 
Method Summary
 
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

ADFGeometryException

public ADFGeometryException()

ADFGeometryException

public ADFGeometryException(String message)

ADFGeometryException

public ADFGeometryException(Throwable cause)

ADFGeometryException

public ADFGeometryException(String message,
                            Throwable cause)