Class 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)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • COSVisitorException

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