|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
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.ProblemTemplateParameterNotSpecified
public class ProblemTemplateParameterNotSpecified
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.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
ProblemTemplateParameterNotSpecified(Parameter parameterNotSpecified,
Template template,
java.util.List<ParameterValue> parameterValueList)
Constructor for the ProblemTemplateParameterNotSpecified class. |
Method Summary | |
---|---|
java.lang.String |
getErrorMessage()
|
Parameter |
getParameterNotSpecified()
Get the parameter whose value was not specified. |
java.util.List<ParameterValue> |
getParameterValueList()
Get the list of parameter values. |
Template |
getTemplate()
Get the template that was being instantiated. |
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 ProblemTemplateParameterNotSpecified(Parameter parameterNotSpecified, Template template, java.util.List<ParameterValue> parameterValueList)
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 |
---|
public Parameter getParameterNotSpecified()
public java.util.List<ParameterValue> getParameterValueList()
public Template getTemplate()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |