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