JTR 5.0 API Documentation

Uses of Class
jtr.script.ScriptException

Packages that use ScriptException
jtr.script This package contains the main interfaces that must be implemented by both built-in and user-defined bindings to scripting-engines that should be used to run scripts meant for assigning parameters to runners. 
jtr.script.impl This package contains the implementations of the built-in bindings to scripting-engines that can be used to run scripts meant for assigning parameters to runners. 
 

Uses of ScriptException in jtr.script
 

Methods in jtr.script that throw ScriptException
 java.lang.Object IScriptEngine.execute(java.lang.String scriptUID, ScriptParams actualParams, IScriptContext ctx)
          Executes the script identified by the scripUID with the give actualParams parameters and the given ctx context.
 

Uses of ScriptException in jtr.script.impl
 

Methods in jtr.script.impl that throw ScriptException
 java.lang.Object BshScriptEngine.execute(java.lang.String scriptUID, ScriptParams actualParams, IScriptContext ctx)
          Executes the given script.
 java.lang.Object GroovyScriptEngine.execute(java.lang.String scriptUID, ScriptParams actualParams, IScriptContext ctx)
          Executes the given script.
protected  void AbstractScriptEngine.setActualParameters(PScript pScript, ScriptParams actualParams)
           
 


The JTR Project is licensed under GPL version 2