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
public class WrappedIOException
- extends IOException
An simple class that allows a sub exception to be stored.
- Version:
- $Revision: 1.4 $
- Author:
- Ben Litchfield
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WrappedIOException
public WrappedIOException(Throwable e)
- constructor comment.
- Parameters:
e
- The root exception that caused this exception.
WrappedIOException
public WrappedIOException(String message,
Throwable e)
- constructor comment.
- Parameters:
message
- Descriptive text for the exception.e
- The root exception that caused this exception.
Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.