Package sleep.runtime

Class 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
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected 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

      • ExceptionContext

        protected ExceptionContext()