sleep.runtime
Class ScriptEnvironment.ExceptionContext

java.lang.Object
  extended by sleep.runtime.ScriptEnvironment.ExceptionContext
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ScriptEnvironment

protected static class ScriptEnvironment.ExceptionContext
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 Block handler
           
 Block owner
           
 java.lang.String varname
           
 
Constructor Summary
protected ScriptEnvironment.ExceptionContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

public Block owner

varname

public java.lang.String varname

handler

public Block handler
Constructor Detail

ScriptEnvironment.ExceptionContext

protected ScriptEnvironment.ExceptionContext()