public interface ErrorPattern
Modifier and Type | Method and Description |
---|---|
void |
accept(ErrorPatternVisitor visitor)
accept a visitor
|
boolean |
matches(ErrorCode code)
test whether the given error code matches the pattern
|
boolean matches(ErrorCode code)
code
- the code to test, may be null
true
if it matchesvoid accept(ErrorPatternVisitor visitor)
visitor
- the visitorCopyright © 2005-2013 Knipp Medien und Kommunikation GmbH