|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrecondViolation
Interface PrecondViolation defines the methods that all precondition violation exceptions should implement.
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.lang.String[] getErrors()
void clear()
boolean anyErrors()
int numberOfErrors()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |