Package org.apache.pdfbox.exceptions
Class COSVisitorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pdfbox.exceptions.WrappedException
org.apache.pdfbox.exceptions.COSVisitorException
- All Implemented Interfaces:
Serializable
An exception that represents something gone wrong when visiting a PDF object.
- Version:
- $Revision: 1.6 $
- Author:
- Michael Traut
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
COSVisitorException
Constructor.- Parameters:
e
- The root exception that caused this exception.
-