|
J avolution v5.4 (J2SE 1.6+) | ||||||||
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
javolution.context.ConcurrentException
public class ConcurrentException
This class encapsulates errors or exceptions raised during the execution
of concurrent threads (ConcurrentException
are raised upon exit of
the ConcurrentContext
).
getCause()
identifies the source of the error.
ConcurrentContext.exit()
,
Serialized FormMethod Summary | |
---|---|
java.lang.Throwable |
getCause()
Returns the original cause of the exception or error. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, 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 |
Method Detail |
---|
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
j2me.lang.Runnable
.
|
J avolution v5.4 (J2SE 1.6+) | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |