org.apache.pdfbox.exceptions
public class WrappedException extends java.lang.Exception
| Constructor and Description |
|---|
WrappedException(java.lang.Exception e)
constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Gets the wrapped exception message.
|
void |
printStackTrace(java.io.PrintStream s)
Prints this throwable and its backtrace to the specified print stream.
|
public WrappedException(java.lang.Exception e)
e - The root exception that caused this exception.public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwables - PrintStream to use for output