Class PdfException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadPdfFormatException

public class PdfException extends DocumentException
Signals that an unspecified problem while constructing a PDF document.
See Also:
  • Field Details

  • Constructor Details

    • PdfException

      public PdfException(Exception ex)
    • PdfException

      PdfException()
      Constructs a PdfException without a message.
    • PdfException

      PdfException(String message)
      Constructs a PdfException with a message.
      Parameters:
      message - a message describing the exception