org.pdfbox.exceptions
Class WrappedIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.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

Constructor Summary
WrappedIOException(String message, Throwable e)
          constructor comment.
WrappedIOException(Throwable e)
          constructor comment.
 
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

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.