|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.objectweb.proactive.core.group.ExceptionListException
An exception that contains a list of the ExceptionInGroup occured in a group.
Constructor Summary | |
ExceptionListException()
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. |
boolean |
isEmpty()
Tests if this ExceptionListException has no ExceptionInGroup. |
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 ExceptionListException()
Method Detail |
public void add(ExceptionInGroup exception)
exception
- - the exception to addpublic void clear()
public java.util.Iterator iterator()
public int size()
public boolean isEmpty()
true
if and only if this list has no components, that is, its size is zero; false otherwise.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |