|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExceptionFilter
Responsible for filtering exceptions. Only exceptions returning
true
shall be considered in their given context.
Rerunner
Method Summary | |
---|---|
boolean |
accept(Exception e)
Filters an exception. |
Method Detail |
---|
boolean accept(Exception e)
e
- the exception to filter
true
to consider an exception, false
to rule it out
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |