Class PDFExportException

    • Constructor Detail

      • PDFExportException

        public PDFExportException​(String command,
                                  int exitStatus,
                                  byte[] err,
                                  byte[] out)
    • Method Detail

      • getCommand

        public String getCommand()
      • getExitStatus

        public int getExitStatus()
      • getOut

        public byte[] getOut()
      • getErr

        public byte[] getErr()