|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectThrowable
Exception
RuntimeException
GeneralException
DynaXMLException
class DynaXMLException
A general-purpose exception used for problems that may occasionally happen and are expected to. When one of these is thrown, the errorGen stylesheet only receives a callstack if isSevere() returns true.
| Field Summary |
|---|
| Fields inherited from class GeneralException |
|---|
attribs |
| Constructor Summary | |
|---|---|
DynaXMLException(String message)
Default constructor. |
|
DynaXMLException(String message,
Throwable cause)
Constructor that includes a reference to the exception that caused this one. |
|
| Method Summary |
|---|
| Methods inherited from class GeneralException |
|---|
isSevere, set |
| Methods inherited from class Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DynaXMLException(String message)
message - Description of what happened
public DynaXMLException(String message,
Throwable cause)
message - Description of what happenedcause - The exception that caused this one.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||