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, toStringpublic WrappedException(Exception e)
e - The root exception that caused this exception.public String getMessage()
getMessage in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwables - PrintStream to use for outputCopyright © 2002-2012 Apache Software Foundation. All Rights Reserved.