Class BadPdfFormatException

All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • BadPdfFormatException

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

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