org.apache.pdfbox.exceptions
Class WrappedIOException

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

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

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.