org.pdfbox.exceptions

Class COSVisitorException


public class COSVisitorException
extends WrappedException

An exception that represents something gone wrong when visiting a PDF object.
Version:
$Revision: 1.6 $
Author:
Michael Traut

Constructor Summary

COSVisitorException(Exception e)
COSVisitorException constructor comment.

Method Summary

Methods inherited from class org.pdfbox.exceptions.WrappedException

getMessage, printStackTrace

Constructor Details

COSVisitorException

public COSVisitorException(Exception e)
COSVisitorException constructor comment.
Parameters:
e - The root exception that caused this exception.