Class BadPdfFormatException

All Implemented Interfaces:
Serializable

@Deprecated public class BadPdfFormatException extends PdfException
Deprecated.
Signals that a bad PDF format has been used to construct a PdfObject.
See Also:
  • Field Details

    • serialVersionUID

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

    • BadPdfFormatException

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

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