Class JaffreeAbnormalExitException

All Implemented Interfaces:
Serializable

public class JaffreeAbnormalExitException extends JaffreeException
Non-zero status code exit exception which includes all error messages produced by the process.
See Also:
  • Constructor Details

    • JaffreeAbnormalExitException

      public JaffreeAbnormalExitException(String message, List<LogMessage> processErrorLogMessages)
      Constructs a new JaffreeAbnormalExitException with the specified detail message and additional context.
      Parameters:
      message - message
      processErrorLogMessages - error log messages produced by the process
  • Method Details

    • getProcessErrorLogMessages

      public List<LogMessage> getProcessErrorLogMessages()
      Return the list of error log messages.
      Returns:
      error log messages