* @throws ScriptException if there is a problem parsing the script
* @deprecated
*/
public Class loadScriptByName(String scriptName, ClassLoader parentClassLoader)
throws ResourceException, ScriptException {
throw new DeprecationException(
"The method GroovyScriptEngine#loadScriptByName(String,ClassLoader) " +
"is no longer supported. Use GroovyScriptEngine#loadScriptByName(String) instead."
);
}