|
||||||||
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 de.grogra.xl.vmx.AbruptCompletion de.grogra.xl.vmx.AbruptCompletion.Throw
public static final class AbruptCompletion.Throw
An abrupt completion due to a thrown Throwable
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.grogra.xl.vmx.AbruptCompletion |
---|
AbruptCompletion.Break, AbruptCompletion.Nonlocal, AbruptCompletion.Return, AbruptCompletion.Throw |
Field Summary | |
---|---|
static int |
LABEL
|
Method Summary | |
---|---|
void |
dispose()
This method can be used to recycle this instance. |
java.lang.Throwable |
getCause()
Returns the throwable that caused this abrupt completion. |
java.lang.Throwable |
getCauseAndDispose()
Returns the throwable that caused this abrupt completion. |
int |
getLabel()
|
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 |
Field Detail |
---|
public static final int LABEL
Method Detail |
---|
public void dispose()
dispose
in class AbruptCompletion
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public java.lang.Throwable getCauseAndDispose()
dispose()
.
public int getLabel()
getLabel
in class AbruptCompletion
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |