|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SkipPolicy
Policy for determining whether or not some processing should be skipped.
| Method Summary | |
|---|---|
boolean |
shouldSkip(java.lang.Throwable t,
int skipCount)
Returns true or false, indicating whether or not processing should continue with the given throwable. |
| Method Detail |
|---|
boolean shouldSkip(java.lang.Throwable t,
int skipCount)
throws SkipLimitExceededException
t - exception encountered while readingskipCount - currently running count of skips
SkipLimitExceededException - if a limit is breached
java.lang.IllegalArgumentException - if the exception is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||