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