|
||||||||||
| 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.CloneNotSupportedException
com.uwyn.rife.continuations.exceptions.ContinuableLocalVariableUncloneableException
public class ContinuableLocalVariableUncloneableException
Thrown when a local variable in a ContinuationStack
couldn't be cloned when a continuation is resumed.
| Constructor Summary | |
|---|---|
ContinuableLocalVariableUncloneableException(Class continuableClass,
String localVarType,
Throwable cause)
Instantiates a new exception. |
|
| Method Summary | |
|---|---|
Class |
getContinuableClass()
Retrieves the class of the continuable that contains an unclonable local variable. |
String |
getLocalVarType()
The type of the local variable that can't be cloned. |
| 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 ContinuableLocalVariableUncloneableException(Class continuableClass,
String localVarType,
Throwable cause)
continuableClass - the class of the continuable that contains an
unclonable local variablelocalVarType - the type of the local variablecause - the cause of the retrieval failure; or
null if there was no exception cause
| Method Detail |
|---|
public Class getContinuableClass()
public String getLocalVarType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||