public class JaxenRuntimeException extends RuntimeException
| Constructor and Description |
|---|
JaxenRuntimeException(String message)
Create a new JaxenRuntimeException.
|
JaxenRuntimeException(Throwable cause)
Create a new JaxenRuntimeException.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Returns the exception that caused this exception.
|
Throwable |
initCause(Throwable cause)
Sets the exception that caused this exception.
|
void |
printStackTrace(PrintStream s)
Print this exception's stack trace, followed by the
source exception's trace, if any.
|
void |
printStackTrace(PrintWriter s)
Print this exception's stack trace, followed by the
source exception's stack trace, if any.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, setStackTrace, toStringpublic JaxenRuntimeException(Throwable cause)
cause - the nested exception that's wrapped
inside this exceptionpublic JaxenRuntimeException(String message)
message - the detail messagepublic Throwable getCause()
public Throwable initCause(Throwable cause)
public void printStackTrace(PrintStream s)
printStackTrace in class Throwables - the stream on which to print the stack tracepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwables - the writer on which to print the stack traceCopyright © 2001-2012 Codehaus. All Rights Reserved.