|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorPattern
interface to and implementations of classes that are able to match certain error code patterns
Method Summary | |
---|---|
void |
accept(ErrorPatternVisitor visitor)
accept a visitor |
boolean |
matches(ErrorCode code)
test whether the given error code matches the pattern |
Method Detail |
---|
boolean matches(ErrorCode code)
code
- the code to test, may be null
true
if it matchesvoid accept(ErrorPatternVisitor visitor)
visitor
- the visitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |