Class PDFInvalidContentException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      PDFInvalidContentException​(java.lang.String message)
      Create a new PDFInvalidContentException.
      PDFInvalidContentException​(java.lang.String message, java.lang.Throwable cause)
      Create a new PDFInvalidContentException wrapping an existing exception.
      PDFInvalidContentException​(java.lang.Throwable cause)
      Create a new PDFInvalidContentException wrapping an existing exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PDFInvalidContentException

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

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

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