com.esri.adf.web.data.graphics
Class ADFGraphicsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.esri.adf.web.ADFException
com.esri.adf.web.data.graphics.ADFGraphicsException
- All Implemented Interfaces:
- java.io.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
| 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 |
ADFGraphicsException
public ADFGraphicsException()
ADFGraphicsException
public ADFGraphicsException(java.lang.String message)
ADFGraphicsException
public ADFGraphicsException(java.lang.Throwable cause)
ADFGraphicsException
public ADFGraphicsException(java.lang.String message,
java.lang.Throwable cause)