public final class DigesterLoadingException extends RuntimeException
Digester
.
Includes a list of encountered errors. Clients should catch this exception, log it, and stop execution.Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.