Package org.apache.pdfbox.exceptions
Class WrappedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.pdfbox.exceptions.WrappedException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
COSVisitorException
public class WrappedException extends java.lang.Exception
Deprecated.java.lang.Exception itself has wrapper capabilities since Java 1.4An exception that that holds a sub exception.- Version:
- $Revision: 1.2 $
- Author:
- Ben Litchfield
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrappedException(java.lang.Exception e)
Deprecated.Constructor.
-