com.uwyn.rife.continuations.exceptions
Class LocalVariableUncloneableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.CloneNotSupportedException
              extended bycom.uwyn.rife.continuations.exceptions.LocalVariableUncloneableException
All Implemented Interfaces:
Serializable

public class LocalVariableUncloneableException
extends CloneNotSupportedException

See Also:
Serialized Form

Constructor Summary
LocalVariableUncloneableException(String implementation, String localVarType, Throwable cause)
           
 
Method Summary
 String getImplementation()
           
 String getLocalVarType()
           
 
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

LocalVariableUncloneableException

public LocalVariableUncloneableException(String implementation,
                                         String localVarType,
                                         Throwable cause)
Method Detail

getImplementation

public String getImplementation()

getLocalVarType

public String getLocalVarType()

RIFE Project Page