|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScriptException | |
groovy.util | Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. |
Uses of ScriptException in groovy.util |
Methods in groovy.util that throw ScriptException | |
Class |
GroovyScriptEngine.loadScriptByName(String scriptName)
Get the class of the scriptName in question, so that you can instantiate Groovy objects with caching and reloading. |
Class |
GroovyScriptEngine.loadScriptByName(String scriptName,
ClassLoader parentClassLoader)
Get the class of the scriptName in question, so that you can instantiate Groovy objects with caching and reloading. |
String |
GroovyScriptEngine.run(String scriptName,
String argument)
Run a script identified by name. |
Object |
GroovyScriptEngine.run(String scriptName,
Binding binding)
Run a script identified by name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |