org.pdfbox.exceptions
Class COSVisitorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pdfbox.exceptions.WrappedException
org.pdfbox.exceptions.COSVisitorException
- All Implemented Interfaces:
- 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
COSVisitorException
public COSVisitorException(Exception e)
- COSVisitorException constructor comment.
- Parameters:
e
- The root exception that caused this exception.