Class JaffreeAbnormalExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.kokorin.jaffree.JaffreeException
com.github.kokorin.jaffree.process.JaffreeAbnormalExitException
- All Implemented Interfaces:
Serializable
Non-zero status code exit exception which includes all error messages produced by the process.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJaffreeAbnormalExitException(String message, List<LogMessage> processErrorLogMessages) Constructs a newJaffreeAbnormalExitExceptionwith the specified detail message and additional context. -
Method Summary
Modifier and TypeMethodDescriptionReturn the list of error log messages.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JaffreeAbnormalExitException
Constructs a newJaffreeAbnormalExitExceptionwith the specified detail message and additional context.- Parameters:
message- messageprocessErrorLogMessages- error log messages produced by the process
-
-
Method Details
-
getProcessErrorLogMessages
Return the list of error log messages.- Returns:
- error log messages
-