Uses of Class
com.artenum.rosetta.exception.ScriptException
-
Packages that use ScriptException Package Description com.artenum.rosetta.interfaces.core com.artenum.rosetta.test -
-
Uses of ScriptException in com.artenum.rosetta.interfaces.core
Methods in com.artenum.rosetta.interfaces.core that throw ScriptException Modifier and Type Method Description java.lang.Object
GenericInterpreter. eval(java.io.Reader reader)
Same aseval(String)
except that the source of the script is provided as aReader
java.lang.Object
GenericInterpreter. eval(java.lang.String script)
Executes the specified script. -
Uses of ScriptException in com.artenum.rosetta.test
Methods in com.artenum.rosetta.test that throw ScriptException Modifier and Type Method Description java.lang.Object
FakeGenericInterpreter. eval(java.io.Reader reader)
java.lang.Object
FakeGenericInterpreter. eval(java.lang.String script)
-