org.pdfbox.exceptions
Class WrappedException
Exception
org.pdfbox.exceptions.WrappedException
public class WrappedException
extends Exception
An exception that that holds a sub exception.
String | getMessage() - Gets the wrapped exception message.
|
void | printStackTrace(PrintStream s) - Prints this throwable and its backtrace to the specified print stream.
|
WrappedException
public WrappedException(Exception e)
constructor comment.
e
- The root exception that caused this exception.
getMessage
public String getMessage()
Gets the wrapped exception message.
- A message indicating the exception.
printStackTrace
public void printStackTrace(PrintStream s)
Prints this throwable and its backtrace to the specified print stream.
s
- PrintStream
to use for output