public interface PrecondViolation
| Modifier and Type | Method and Description |
|---|---|
boolean |
anyErrors()
Return true if one or more error messages has been set.
|
void |
clear()
Clear out all of the error messages in this.
|
java.lang.String[] |
getErrors()
Return the concrete error list for precondtion violation.
|
int |
numberOfErrors()
Return the number of error messages.
|
java.lang.String[] getErrors()
void clear()
boolean anyErrors()
int numberOfErrors()