org.apache.pdfbox.exceptions
Class WrappedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.pdfbox.exceptions.WrappedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
COSVisitorException

Deprecated. java.lang.Exception itself has wrapper capabilities since Java 1.4

public class WrappedException
extends java.lang.Exception

An exception that that holds a sub exception.

Version:
$Revision: 1.2 $
Author:
Ben Litchfield
See Also:
Serialized Form

Constructor Summary
WrappedException(java.lang.Exception e)
          Deprecated. 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

WrappedException

public WrappedException(java.lang.Exception e)
Deprecated. 
constructor comment.

Parameters:
e - The root exception that caused this exception.