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.ObjectGenericInterpreter. eval(java.io.Reader reader)Same aseval(String)except that the source of the script is provided as aReaderjava.lang.ObjectGenericInterpreter. 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.ObjectFakeGenericInterpreter. eval(java.io.Reader reader)java.lang.ObjectFakeGenericInterpreter. eval(java.lang.String script)
-