Uses of Class
org.cristalise.kernel.scripting.ParameterException
Packages that use ParameterException
-
Uses of ParameterException in org.cristalise.kernel.scripting
Methods in org.cristalise.kernel.scripting that throw ParameterExceptionModifier and TypeMethodDescriptionprotected voidScript.addIncludedInputParam(String name, Class<?> type) voidScript.addInputParam(String name, Class<?> type) voidScript.addInputParam(String name, String type) voidvoidvoidScript.setIncludes(ArrayList<Include> includes) Method for castor unmarshallbooleanScript.setInputParamValue(String name, Object value) Submits an input parameter to the script.booleanScript.setInputParamValue(String name, Object value, boolean overwrite) Submits an input parameter to the script.Constructors in org.cristalise.kernel.scripting that throw ParameterExceptionModifierConstructorDescriptionParses a given script xml, instead of loading it from Items.Parses a given script xml, instead of loading it from Items.