Package org.apache.pdfbox.exceptions
Class WrappedIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.pdfbox.exceptions.WrappedIOException
- All Implemented Interfaces:
Serializable
An simple class that allows a sub exception to be stored.
- Version:
- $Revision: 1.4 $
- Author:
- Ben Litchfield
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrappedIOException
Constructor.- Parameters:
e
- The root exception that caused this exception.
-
WrappedIOException
Constructor.- Parameters:
message
- Descriptive text for the exception.e
- The root exception that caused this exception.
-