|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.commons.digester3.binder.DigesterLoadingException
public final class DigesterLoadingException
Thrown when errors occur while creating a Digester
.
Includes a list of encountered errors. Clients should catch this exception, log it, and stop execution.
Constructor Summary | |
---|---|
DigesterLoadingException(String message)
Constructs a new Digester exception with the specified detail message. |
|
DigesterLoadingException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
DigesterLoadingException(Throwable cause)
Constructs a new exception with the specified cause. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public DigesterLoadingException(String message, Throwable cause)
message
- the detail message.cause
- the cause.public DigesterLoadingException(String message)
message
- the detail message.public DigesterLoadingException(Throwable cause)
cause
- the cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |