public final class DefaultExceptionHandler extends Object implements ExceptionHandler
ExceptionHandler which does not do anything.ExceptionHandler.Status| Constructor and Description |
|---|
DefaultExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler.Status |
onFailure(Throwable e)
Always returns
ExceptionHandler.Status.CONTINUE. |
public ExceptionHandler.Status onFailure(Throwable e)
ExceptionHandler.Status.CONTINUE.onFailure in interface ExceptionHandlere - The exception.Copyright © 2010–2016 Arcbees. All rights reserved.