|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.objectweb.proactive.core.group.ExceptionList
A list of the ExceptionInGroup occured in a group.
Constructor Summary | |
ExceptionList()
Builds a new empty list of exception |
Method Summary | |
void |
add(ExceptionInGroup exception)
Adds an exception into this list |
void |
clear()
Removes all of the exceptions from this list. |
java.util.Iterator |
iterator()
Returns an iterator over the exceptions in this list in proper sequence. |
int |
size()
Returns the number of exceptions in this list. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExceptionList()
Method Detail |
public void add(ExceptionInGroup exception)
exception
- - the exception to addpublic void clear()
public java.util.Iterator iterator()
public int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |