com.qoppa.pdf
Class PDFException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.qoppa.pdf.PDFException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PDFPermissionException

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.
 
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.