|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemParmValueListContainsUnexpectedValue
public class ProblemParmValueListContainsUnexpectedValue
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.
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 |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public ProblemParmValueListContainsUnexpectedValue(ParameterValue unexpectedParameterValue, Template template, java.util.List<ParameterValue> parameterValueList)
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 |
---|
public ParameterValue getUnexpectedParameterValue()
public java.util.List<ParameterValue> getParameterValueList()
public Template getTemplate()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |