public class CascadingException
extends java.lang.Exception
| Constructor and Description |
|---|
CascadingException(java.lang.String message)
Construct a new
CascadingException instance. |
CascadingException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new
CascadingException instance. |
CascadingException(java.lang.Throwable throwable)
Construct a new
CascadingException instance. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Retrieve root cause of the exception.
|
void |
printStackTrace()
Prints this
Throwable and its backtrace to the
standard error stream. |
void |
printStackTrace(java.io.PrintStream s)
Prints this
Throwable and its backtrace to the
specified print stream. |
void |
printStackTrace(java.io.PrintWriter w)
Prints this
Throwable and its backtrace to the specified
print writer. |
public CascadingException(java.lang.String message)
CascadingException instance.message - The detail message for this exception.public CascadingException(java.lang.String message,
java.lang.Throwable throwable)
CascadingException instance.message - The detail message for this exception.throwable - the root cause of the exceptionpublic CascadingException(java.lang.Throwable throwable)
CascadingException instance.throwable - the root cause of the exceptionpublic final java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic final void printStackTrace()
Throwable and its backtrace to the
standard error stream.printStackTrace in class java.lang.ThrowableThrowable.printStackTrace()public final void printStackTrace(java.io.PrintStream s)
Throwable and its backtrace to the
specified print stream.printStackTrace in class java.lang.Throwables - PrintStream to use for outputThrowable.printStackTrace(java.io.PrintStream)public final void printStackTrace(java.io.PrintWriter w)
Throwable and its backtrace to the specified
print writer.printStackTrace in class java.lang.Throwablew - PrintWriter to use for outputThrowable.printStackTrace(java.io.PrintWriter)Submit a
bug or a
feature.
Created by
xsddoc, a sub project of
xframe, hosted at
http://www.sourceforge.net.