public class FilterReporter extends java.lang.Object implements ExceptionReporter
| Constructor and Description |
|---|
FilterReporter(ExceptionReporter reporter,
java.util.List ignoreList)
Configure this reporter with a pass through Reporter and a List
that contains Throwable Classes that are to be ignored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
report(java.lang.String message,
java.lang.Throwable e,
java.util.List sections) |
public FilterReporter(ExceptionReporter reporter, java.util.List ignoreList)
public void report(java.lang.String message,
java.lang.Throwable e,
java.util.List sections)
throws java.lang.Exception
report in interface ExceptionReporterjava.lang.Exception