|
|||||||||||
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.ExceptionInGroup
This class represents an throwable occured in a group communication.
Constructor Summary | |
ExceptionInGroup(java.lang.Object object,
int index,
java.lang.Throwable throwable)
Built an ThrowableInGroup |
Method Summary | |
int |
getIndex()
Returns the index of the object who throwns the Throwable |
java.lang.Object |
getObject()
Returns the object who throwns the Throwable |
java.lang.Throwable |
getThrowable()
Returns the Throwable thrown |
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 ExceptionInGroup(java.lang.Object object, int index, java.lang.Throwable throwable)
object
- - the object who throwns the throwable (use null if the object is unknown)index
- - the index of the object who throwns the throwable in the caller groupthrowable
- - the throwable thrownMethod Detail |
public java.lang.Object getObject()
public int getIndex()
public java.lang.Throwable getThrowable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |