Class PDFRuntimeException

    • Constructor Detail

      • PDFRuntimeException

        public PDFRuntimeException​(String message)
        Constructor with a string message
      • PDFRuntimeException

        public PDFRuntimeException​(PDFException ex)
        Creates a PDFRuntimeException by wrapping a PDFException
      • PDFRuntimeException

        public PDFRuntimeException​(String message,
                                   Throwable ex)
        Creates a PDFRuntimeException by wrapping a Exception and a message