|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.scheduling.support.TaskUtils.LoggingErrorHandler
static class TaskUtils.LoggingErrorHandler
An ErrorHandler implementation that logs the Throwable at error
level. It does not perform any additional error handling. This can be
useful when suppression of errors is the intended behavior.
| Field Summary | |
|---|---|
private Log |
logger
|
| Constructor Summary | |
|---|---|
TaskUtils.LoggingErrorHandler()
|
|
| Method Summary | |
|---|---|
void |
handleError(java.lang.Throwable t)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final Log logger
| Constructor Detail |
|---|
TaskUtils.LoggingErrorHandler()
| Method Detail |
|---|
public void handleError(java.lang.Throwable t)
handleError in interface ErrorHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||