public ChimpyObject Run(Context context, ChimpyException e)
        {
            if(localName != null)
                context.SetLocal(localName, e.GetRuntimeObject());

            return handler.Eval(context);
        }
 public bool Handle(ChimpyException e)
 {
     return klass.IsSubclass(e.RuntimeClass);
 }