org.apache.pdfbox.exceptions
public class WrappedIOException extends IOException
Constructor and Description |
---|
WrappedIOException(String message,
Throwable e)
constructor comment.
|
WrappedIOException(Throwable e)
constructor comment.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WrappedIOException(Throwable e)
e
- The root exception that caused this exception.