org.pdfbox.exceptions
Class COSVisitorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.pdfbox.exceptions.WrappedException
              extended byorg.pdfbox.exceptions.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:
Serialized Form

Constructor Summary
COSVisitorException(Exception e)
          COSVisitorException constructor comment.
 
Methods inherited from class org.pdfbox.exceptions.WrappedException
getMessage, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, 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(Exception e)
COSVisitorException constructor comment.

Parameters:
e - The root exception that caused this exception.