IBM WebSphere Application ServerTM
Release 8

com.ibm.wbiserver.brules.mgmt.problem
Class ProblemParmValueListContainsUnexpectedValue

java.lang.Object
  extended by com.ibm.wbiserver.brules.mgmt.problem.Problem
      extended by com.ibm.wbiserver.brules.mgmt.problem.ProblemParmValueListContainsUnexpectedValue
All Implemented Interfaces:
java.io.Serializable

public class ProblemParmValueListContainsUnexpectedValue
extends Problem
implements java.io.Serializable

Problem class representing the error that a parameter value was specified that does not correspond to any parameter on the specified template. This error can occur when an instance of a template is being created.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
ProblemParmValueListContainsUnexpectedValue(ParameterValue unexpectedParameterValue, Template template, java.util.List<ParameterValue> parameterValueList)
          Constructor for the ProblemParmValueListContainsUnexpectedValue class.
 
Method Summary
 java.lang.String getErrorMessage()
           
 java.util.List<ParameterValue> getParameterValueList()
          Get the list of parameter values.
 Template getTemplate()
          Get the template that was being instantiated.
 ParameterValue getUnexpectedParameterValue()
          Get the parameter value that does not have a corresponding template parameter.
 
Methods inherited from class com.ibm.wbiserver.brules.mgmt.problem.Problem
getErrorType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

ProblemParmValueListContainsUnexpectedValue

public ProblemParmValueListContainsUnexpectedValue(ParameterValue unexpectedParameterValue,
                                                   Template template,
                                                   java.util.List<ParameterValue> parameterValueList)
Constructor for the ProblemParmValueListContainsUnexpectedValue class.

Parameters:
unexpectedParameterValue - The parameter value that does not correspond to any parameter in the specified template.
template - The template that was being instantiated.
parameterValueList - The list of parameter values used when instantiating the template.
Method Detail

getUnexpectedParameterValue

public ParameterValue getUnexpectedParameterValue()
Get the parameter value that does not have a corresponding template parameter.

Returns:
The parameter value that does not have a corresponding template parameter.

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 WebSphere Application ServerTM
Release 8