Interface ForkedProcessExitErrorListener


public interface ForkedProcessExitErrorListener
Since:
3.0.0-M4
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(String exceptionMessage, String smartTrimmedStackTrace, String stackTrace)
     
  • Method Details

    • handle

      void handle(String exceptionMessage, String smartTrimmedStackTrace, String stackTrace)