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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.esri.adf.web.ADFException
                  extended bycom.esri.adf.web.data.geometry.ADFSpatialReferenceException
All Implemented Interfaces:
java.io.Serializable

public class ADFSpatialReferenceException
extends ADFException

See Also:
Serialized Form

Constructor Summary
ADFSpatialReferenceException()
           
ADFSpatialReferenceException(java.lang.String message)
           
ADFSpatialReferenceException(java.lang.String message, java.lang.Throwable cause)
           
ADFSpatialReferenceException(java.lang.Throwable cause)
           
 
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

ADFSpatialReferenceException

public ADFSpatialReferenceException()

ADFSpatialReferenceException

public ADFSpatialReferenceException(java.lang.String message)

ADFSpatialReferenceException

public ADFSpatialReferenceException(java.lang.Throwable cause)

ADFSpatialReferenceException

public ADFSpatialReferenceException(java.lang.String message,
                                    java.lang.Throwable cause)