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 ObjectIIvyScriptContext. getObject(String name)Gets the value of a variable from the context.ObjectIIvyScriptContext. getObjectInitialized(String name)Gets the value of a variable from the context.
-