com.esri.adf.web.data.graphics
Class ADFGraphicsException

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

public class ADFGraphicsException
extends ADFException

An instance of ADFGraphicsException is thrown if something goes wrong while working with classes in the graphics package.

See Also:
Serialized Form

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

ADFGraphicsException

public ADFGraphicsException()

ADFGraphicsException

public ADFGraphicsException(String message)

ADFGraphicsException

public ADFGraphicsException(Throwable cause)

ADFGraphicsException

public ADFGraphicsException(String message,
                            Throwable cause)