|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.pdfbox.exceptions.WrappedIOException
public class WrappedIOException
An simple class that allows a sub exception to be stored.
Constructor Summary | |
---|---|
WrappedIOException(java.lang.String message,
java.lang.Throwable e)
constructor comment. |
|
WrappedIOException(java.lang.Throwable e)
constructor comment. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WrappedIOException(java.lang.Throwable e)
e
- The root exception that caused this exception.public WrappedIOException(java.lang.String message, java.lang.Throwable e)
message
- Descriptive text for the exception.e
- The root exception that caused this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |