Class COSVisitorException

  • All Implemented Interfaces:
    Serializable

    public class COSVisitorException
    extends Exception
    An exception that represents something gone wrong when visiting a PDF object.
    See Also:
    Serialized Form
    • Constructor Detail

      • COSVisitorException

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