Package com.tom_roush.pdfbox.exceptions
Class WrappedIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.tom_roush.pdfbox.exceptions.WrappedIOException
-
- All Implemented Interfaces:
Serializable
public class WrappedIOException extends IOException
An simple class that allows a sub exception to be stored.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrappedIOException(String message, Throwable e)constructor comment.WrappedIOException(Throwable e)constructor comment.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WrappedIOException
public WrappedIOException(Throwable e)
constructor comment.- Parameters:
e- The root exception that caused this exception.
-
-