Class LoggingErrorHandler
- java.lang.Object
-
- io.fluxcapacitor.javaclient.tracking.LoggingErrorHandler
-
- All Implemented Interfaces:
ErrorHandler
public class LoggingErrorHandler extends Object implements ErrorHandler
-
-
Constructor Summary
Constructors Constructor Description LoggingErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleError(Exception error, String errorMessage, Runnable retryFunction)
-
-
-
Method Detail
-
handleError
public void handleError(Exception error, String errorMessage, Runnable retryFunction)
- Specified by:
handleErrorin interfaceErrorHandler
-
-