org.apache.pdfbox.exceptions
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, 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 output