Class PDFInvalidContentException

    • Constructor Detail

      • 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.