|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.intel.gpe.gridbeans.ErrorSet
public class ErrorSet
The class that holds a list of errors gathered during GridBean input validation.
| Constructor Summary | |
|---|---|
ErrorSet()
|
|
| Method Summary | |
|---|---|
void |
addError(JobError error)
Add an error. |
JobError |
getErrorAt(int index)
Get the error at the specified index |
int |
size()
Get the number of errors. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorSet()
| Method Detail |
|---|
public void addError(JobError error)
error - The errorpublic int size()
public JobError getErrorAt(int index)
index - The index
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||