public class WrappedException extends Exception
Constructor and Description |
---|
WrappedException(Exception e)
constructor comment.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Gets the wrapped exception message.
|
void |
printStackTrace(PrintStream s)
Prints this throwable and its backtrace to the specified print stream.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public WrappedException(Exception e)
e
- The root exception that caused this exception.public String getMessage()
getMessage
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
s
- PrintStream
to use for outputCopyright © 2002-2012 Apache Software Foundation. All Rights Reserved.