public class PDFExportException extends RuntimeException
| Constructor and Description |
|---|
PDFExportException(String command,
int exitStatus,
byte[] err,
byte[] out)
Instantiates a new Pdf export exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand()
Gets command.
|
byte[] |
getErr()
Get err byte [ ].
|
int |
getExitStatus()
Gets exit status.
|
String |
getMessage() |
byte[] |
getOut()
Get out byte [ ].
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PDFExportException(String command, int exitStatus, byte[] err, byte[] out)
command - the commandexitStatus - the exit statuserr - the errout - the outpublic String getCommand()
public int getExitStatus()
public byte[] getOut()
public byte[] getErr()
public String getMessage()
getMessage in class ThrowableCopyright © 2023. All rights reserved.