Class WrappedException

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

public class WrappedException extends Exception
Deprecated.
java.lang.Exception itself has wrapper capabilities since Java 1.4
An exception that that holds a sub exception.
Version:
$Revision: 1.2 $
Author:
Ben Litchfield
See Also:
  • Constructor Details

    • WrappedException

      public WrappedException(Exception e)
      Deprecated.
      Constructor.
      Parameters:
      e - The root exception that caused this exception.