com.ibm.wbiserver.brules.mgmt.problem

Class ProblemParmNotDefinedInTemplate

  • All Implemented Interfaces:
    java.io.Serializable


    public class ProblemParmNotDefinedInTemplate
    extends Problem
    implements java.io.Serializable
    Problem class representing the error that a parameter value was specified for a parameter that is not defined on the template for which an instance is being created. This error occurs when attempting to create an instance based on a template and one of the values specified is for a parameter that is not defined on this template.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProblemParmNotDefinedInTemplate

        public ProblemParmNotDefinedInTemplate(Parameter parameter,
                                       Template template,
                                       java.util.List<ParameterValue> parameterValueList)
        Constructor for the ProblemParmNotDefinedInTemplate class.
        Parameters:
        parameter - The parameter that is not defined on this template.
        template - The template that was being instantiated.
        parameterValueList - The list of parameter values used when instantiating the template.
    • Method Detail

      • getParameter

        public Parameter getParameter()
        Get the parameter that is not defined on this template.
        Returns:
        The parameter that is not defined on this template.
      • getParameterValueList

        public java.util.List<ParameterValue> getParameterValueList()
        Get the list of parameter values.
        Returns:
        The list of parameter values.
      • getTemplate

        public Template getTemplate()
        Get the template that was being instantiated.
        Returns:
        The template that was being instantiated.
      • getErrorMessage

        public java.lang.String getErrorMessage()
        Specified by:
        getErrorMessage in class Problem
IBM Business Process ManagerTM
Release 8