Class PDFInvalidContentException

All Implemented Interfaces:
Serializable

public class PDFInvalidContentException extends PDFInvalidDocumentException
Indicates a general problem with the PDF content that was being operated on.
See Also:
  • Constructor Details

    • PDFInvalidContentException

      public PDFInvalidContentException(String message)
      Create a new PDFInvalidContentException.
      Parameters:
      message - the detail message.
    • PDFInvalidContentException

      public PDFInvalidContentException(String message, Throwable cause)
      Create a new PDFInvalidContentException wrapping an existing exception.
      Parameters:
      message - the detail message.
      cause - the cause.
    • PDFInvalidContentException

      public PDFInvalidContentException(Throwable cause)
      Create a new PDFInvalidContentException wrapping an existing exception.
      Parameters:
      cause - the cause.