Package | Description |
---|---|
de.knipp.rritoolkit.response |
Modifier and Type | Field and Description |
---|---|
private ErrorCode |
ResultMessage.code
the error code
|
Modifier and Type | Method and Description |
---|---|
ErrorCode |
ResultMessage.getCode()
return the message code
|
Modifier and Type | Method and Description |
---|---|
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 |
ErrorPattern.matches(ErrorCode code)
test whether the given error code matches the pattern
|
boolean |
ErrorType.matches(ErrorCode code)
return whether this error type matches the error code
|
boolean |
SimplePattern.matches(ErrorCode code)
test whether the given error code matches the pattern
|
boolean |
GroupPattern.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.
|
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH