public class ExceptionFailureStatistics extends Object
| Constructor and Description |
|---|
ExceptionFailureStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Class<?>> |
getExceptions() |
long |
getFailureCounter(Class<?> exception) |
void |
init(List<Class<?>> exceptions) |
void |
onHandledFailure(Exception exception) |
void |
reset() |
public ExceptionFailureStatistics()
public Iterator<Class<?>> getExceptions()
public long getFailureCounter(Class<?> exception)
public void onHandledFailure(Exception exception)
public void reset()
Apache Camel