Uses of Class
de.aristaflow.adept2.model.scripts.ScriptException
-
Packages that use ScriptException Package Description de.aristaflow.adept2.model.scripts de.aristaflow.ilm.model.scripts -
-
Uses of ScriptException in de.aristaflow.adept2.model.scripts
Subclasses of ScriptException in de.aristaflow.adept2.model.scripts Modifier and Type Class Description class
ScriptEnvironmentException
An exception indicating that there is a problem with the environment of a script, that are problems with input or output parameter or the configuration of environment variables.class
ScriptEvaluationException
An exception indicating that there is a problem with the evaluation of a script.Methods in de.aristaflow.adept2.model.scripts that throw ScriptException Modifier and Type Method Description static Script
ScriptTools. parseScriptDeclaration(String script)
Parses the given script declaration in its string form and returns it as object where the components are easily accessible.static Script
ScriptTools. parseScriptDeclaration(String script, boolean paramRefsAllowed)
Parses the given script declaration in its string form and returns it as object where the components are easily accessible.static Script
ScriptTools. resolveParameterReferences(Script script, Map<String,Serializable> paramValues)
Resolves the parameter references of the given script using the available values. -
Uses of ScriptException in de.aristaflow.ilm.model.scripts
Constructors in de.aristaflow.ilm.model.scripts with parameters of type ScriptException Constructor Description ScriptException(ScriptException se)
-