Class 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:
  • Constructor Details

    • COSVisitorException

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