org.pdfbox.exceptions
Class WrappedIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.pdfbox.exceptions.WrappedIOException
- All Implemented Interfaces:
- Serializable
- public class WrappedIOException
- extends IOException
An exception that that holds a sub exception.
- Version:
- $Revision: 1.2 $
- Author:
- Ben Litchfield
- See Also:
- Serialized Form
WrappedIOException
public WrappedIOException(Throwable e)
- constructor comment.
- Parameters:
e
- The root exception that caused this exception.
getMessage
public String getMessage()
- Gets the wrapped exception message.
- Returns:
- A message indicating the exception.
printStackTrace
public void printStackTrace(PrintStream s)
- Prints this throwable and its backtrace to the specified print stream.
- Parameters:
s
- PrintStream
to use for output