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:
java.io.Serializable
public class COSVisitorException extends WrappedException
An exception that represents something gone wrong when visiting a PDF object.- Version:
- $Revision: 1.6 $
- Author:
- Michael Traut
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description COSVisitorException(java.lang.Exception e)
COSVisitorException constructor comment.
-