Uses of Class
ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptVariableNotFoundException
-
Packages that use IvyScriptVariableNotFoundException Package Description ch.ivyteam.ivy.scripting.language -
-
Uses of IvyScriptVariableNotFoundException in ch.ivyteam.ivy.scripting.language
Methods in ch.ivyteam.ivy.scripting.language that throw IvyScriptVariableNotFoundException Modifier and Type Method Description Object
IIvyScriptContext. getObject(String name)
Gets the value of a variable from the context.Object
IIvyScriptContext. getObjectInitialized(String name)
Gets the value of a variable from the context.
-