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

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.ADFSpatialReferenceException
All Implemented Interfaces:
Serializable

public class ADFSpatialReferenceException
extends ADFException

An instance of ADFSpatialReference is thrown if something goes wrong when working with WebSpatialReference.

See Also:
Serialized Form

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

ADFSpatialReferenceException

public ADFSpatialReferenceException()

ADFSpatialReferenceException

public ADFSpatialReferenceException(String message)

ADFSpatialReferenceException

public ADFSpatialReferenceException(Throwable cause)

ADFSpatialReferenceException

public ADFSpatialReferenceException(String message,
                                    Throwable cause)