public class ProblemParmNotDefinedInTemplate extends Problem implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProblemParmNotDefinedInTemplate(Parameter parameter,
Template template,
java.util.List<ParameterValue> parameterValueList)
Constructor for the ProblemParmNotDefinedInTemplate class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage() |
Parameter |
getParameter()
Get the parameter that is not defined on this template.
|
java.util.List<ParameterValue> |
getParameterValueList()
Get the list of parameter values.
|
Template |
getTemplate()
Get the template that was being instantiated.
|
getErrorType
public static final java.lang.String COPYRIGHT
public ProblemParmNotDefinedInTemplate(Parameter parameter, Template template, java.util.List<ParameterValue> parameterValueList)
parameter
- The parameter that is not defined on this template.template
- The template that was being instantiated.parameterValueList
- The list of parameter values used when instantiating the
template.public Parameter getParameter()
public java.util.List<ParameterValue> getParameterValueList()
public Template getTemplate()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem