com.ibm.wbiserver.brules.mgmt.problem
Class ProblemWrongNumberOfParameterValues
- java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemWrongNumberOfParameterValues
All implemented interfaces:
java.io.Serializable
- public class ProblemWrongNumberOfParameterValues
- extends Problem
- implements java.io.Serializable
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
ProblemWrongNumberOfParameterValues(Template template,java.util.List<ParameterValue> parameterValues)
Constructor for the ProblemWrongNumberOfParameterValues class.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getErrorMessage()
|
|
getParameterValues()
Get the list of parameter values specified.
|
getTemplate()
Get the template involved in the error.
|
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:
Constructor Detail
ProblemWrongNumberOfParameterValues
- public ProblemWrongNumberOfParameterValues( Template template,
- java.util.List<ParameterValue> parameterValues)
Constructor for the ProblemWrongNumberOfParameterValues class.
Parameters:
template
- The template involved in the error. parameterValues
- The list of parameter values specified. Method Detail
getTemplate
- public Template getTemplate()
Get the template involved in the error.
Returns:
The template involved in the error.
getParameterValues
- public java.util.List<ParameterValue> getParameterValues( )
Get the list of parameter values specified.
Returns:
The parameterValues specified.
getErrorMessage
- public java.lang.String getErrorMessage( )
Specified by:
getErrorMessage
in class Problem