Interface ErrorHandlingCallback


  • public interface ErrorHandlingCallback
    Callback for deciding how an error should be handled.
    • Method Detail

      • errorOccurred

        ErrorHandlingMode errorOccurred​(java.lang.Exception e)
        Called when an error has occurred.
        Parameters:
        e - the exception
        Returns:
        the desired way to proceed