|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorCode | |
---|---|
de.knipp.rritoolkit.response |
Uses of ErrorCode in de.knipp.rritoolkit.response |
---|
Fields in de.knipp.rritoolkit.response declared as ErrorCode | |
---|---|
private ErrorCode |
ResultMessage.code
the error code |
Methods in de.knipp.rritoolkit.response that return ErrorCode | |
---|---|
ErrorCode |
ResultMessage.getCode()
return the message code |
Methods in de.knipp.rritoolkit.response with parameters of type ErrorCode | |
---|---|
boolean |
ErrorMapper.findMatches(ErrorCode ec,
java.util.Collection<E> result)
test the given error code and add all objects whose related pattern matches to the given collection |
static java.util.EnumSet<ErrorType> |
ErrorType.getErrors(ErrorCode ec)
return a collection of all detected errors |
boolean |
GroupPattern.matches(ErrorCode code)
test whether the given error code matches the pattern |
boolean |
ErrorPattern.matches(ErrorCode code)
test whether the given error code matches the pattern |
boolean |
SimplePattern.matches(ErrorCode code)
test whether the given error code matches the pattern |
private boolean |
ErrorMapper.testList(java.util.List<ErrorPattern> list,
ErrorCode ec,
java.util.Collection<E> result)
test all patterns in the given list for a match. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |