Class PdfException

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

public class PdfException extends Exception
A generic PDF exception type which will be thrown if there is an error.
See Also:
  • Constructor Details

    • PdfException

      public PdfException()
    • PdfException

      public PdfException(String message)
      set message at exception
      Parameters:
      message - is of type String.
    • PdfException

      public PdfException(String message, Throwable cause)
  • Method Details