com.esri.aims.mtier.model.axl
Class AXLException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.esri.aims.mtier.model.axl.AXLException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AXLAttributeException
- public class AXLException
- extends Exception
Generic exception thrown by classes in the axl package or sub-packages.
- See Also:
- Serialized Form
Constructor Summary |
AXLException()
Constructs an instance of AXLException . |
AXLException(String message)
Constructs an instance of AXLException with given message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AXLException
public AXLException(String message)
- Constructs an instance of
AXLException
with given message.
AXLException
public AXLException()
- Constructs an instance of
AXLException
.