|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.bo.logic.common.LogicalCheckExceptionList
public class LogicalCheckExceptionList
Type save LogicalCheckException list.
| Constructor Summary | |
|---|---|
LogicalCheckExceptionList()
Constructor. |
|
| Method Summary | |
|---|---|
void |
add(LogicalCheckException e)
Add exception. |
void |
add(LogicalCheckExceptionList e)
Add exceptions. |
LogicalCheckException |
get(int i)
Get i-th exception. |
boolean |
hasErrors()
Contains this list any errors? |
int |
size()
Get number of collected exceptions. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LogicalCheckExceptionList()
| Method Detail |
|---|
public void add(LogicalCheckException e)
e - Exception to add.public void add(LogicalCheckExceptionList e)
e - Exceptions to add.public int size()
public LogicalCheckException get(int i)
i-th exception.
i - Starts with 0 and must be smaller than size().
public boolean hasErrors()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||