Class PDFExportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.jhonnymertz.wkhtmltopdf.wrapper.exceptions.PDFExportException
-
- All Implemented Interfaces:
Serializable
public class PDFExportException extends RuntimeException
Exception to describe and track pdf exporting errors- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PDFExportException(String command, int exitStatus, byte[] err, byte[] out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommand()byte[]getErr()intgetExitStatus()StringgetMessage()byte[]getOut()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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()
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-