com.qoppa.pdf
Class PDFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.qoppa.pdf.PDFException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PDFSecurityException

public class PDFException
extends Exception

General exception thrown when there is any errors reading or displaying a PDF file. An error message can be retrieved using the getMessage() method.

Author:
Qoppa Software
See Also:
Serialized Form

Constructor Summary
PDFException(String msg)
          PDFException with a simple error message.
PDFException(String msg, Throwable cause)
          PDFException with an error message and an underlying cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDFException

public PDFException(String msg)
PDFException with a simple error message.


PDFException

public PDFException(String msg,
                    Throwable cause)
PDFException with an error message and an underlying cause.