private static class TaskUtils.PropagatingErrorHandler extends TaskUtils.LoggingErrorHandler
ErrorHandler implementation that logs the Throwable at error
level and then propagates it.| Modifier | Constructor and Description |
|---|---|
private |
PropagatingErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleError(java.lang.Throwable t)
Handle the given error, possibly rethrowing it as a fatal exception.
|
public void handleError(java.lang.Throwable t)
ErrorHandlerhandleError in interface ErrorHandlerhandleError in class TaskUtils.LoggingErrorHandler