org.jpedal.exception
Class PdfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpedal.exception.PdfException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PdfFontException, PdfSecurityException

public class PdfException
extends java.lang.Exception

a generic exception which code can throw if there is an error

See Also:
Serialized Form

Constructor Summary
PdfException()
           
PdfException(java.lang.String message)
          set message at exception
 
Method Summary
 java.lang.String getMessage()
          display the error message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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()

PdfException

public PdfException(java.lang.String message)
set message at exception

Method Detail

getMessage

public java.lang.String getMessage()
display the error message

Overrides:
getMessage in class java.lang.Throwable