class DynaXMLException extends GeneralException
attribs| Constructor and Description |
|---|
DynaXMLException(String message)
Default constructor.
|
DynaXMLException(String message,
Throwable cause)
Constructor that includes a reference to the exception that caused
this one.
|
isSevere, setpublic DynaXMLException(String message)
message - Description of what happenedpublic DynaXMLException(String message,
Throwable cause)
message - Description of what happenedcause - The exception that caused this one.