org.apache.pdfbox.exceptions
Class COSVisitorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.pdfbox.exceptions.WrappedException
              extended by org.apache.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.
 
Method Summary
 
Methods inherited from class org.apache.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.


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.