Class PDFException

    • Constructor Detail

      • PDFException

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

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

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