Interface ExceptionCallback


public interface ExceptionCallback
Callback that can be registered on the Stream (onException).
Author:
IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(String exception, String lastStackTrace)
    Single method executed as a function call as function(exception, lastStackTrace){...}
  • Method Details

    • execute

      void execute(String exception, String lastStackTrace)
      Single method executed as a function call as function(exception, lastStackTrace){...}
      Parameters:
      exception - The last exception occurred
      lastStackTrace - Formatted stack trace of this exception