Class PdfException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadPdfFormatException

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

    • serialVersionUID

      private static final long serialVersionUID
      Deprecated.
      See Also:
  • Constructor Details

    • PdfException

      public PdfException(Exception ex)
      Deprecated.
    • PdfException

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

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