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