com.ibm.wbiserver.brules.mgmt.problem

Class ProblemTemplateParameterNotSpecified

  • All Implemented Interfaces:
    java.io.Serializable


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

      • ProblemTemplateParameterNotSpecified

        public ProblemTemplateParameterNotSpecified(Parameter parameterNotSpecified,
                                            Template template,
                                            java.util.List<ParameterValue> parameterValueList)
        Constructor for the ProblemTemplateParameterNotSpecified class.
        Parameters:
        parameterNotSpecified - The parameter that did not have a value specified.
        template - The template that was being instantiated.
        parameterValueList - The list of parameter values used when instantiating the template.
    • Method Detail

      • getParameterNotSpecified

        public Parameter getParameterNotSpecified()
        Get the parameter whose value was not specified.
        Returns:
        The parameter whose value was not specified.
      • 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