Package com.tom_roush.pdfbox.exceptions
Class COSVisitorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.tom_roush.pdfbox.exceptions.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 Summary
Constructors Constructor Description COSVisitorException(Exception e)COSVisitorException constructor comment.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
COSVisitorException
public COSVisitorException(Exception e)
COSVisitorException constructor comment.- Parameters:
e- The root exception that caused this exception.
-
-