public class ProblemTemplateParameterNotSpecified extends Problem implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProblemTemplateParameterNotSpecified(Parameter parameterNotSpecified,
Template template,
java.util.List<ParameterValue> parameterValueList)
Constructor for the ProblemTemplateParameterNotSpecified class.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getErrorType
public static final java.lang.String COPYRIGHT
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.public Parameter getParameterNotSpecified()
public java.util.List<ParameterValue> getParameterValueList()
public Template getTemplate()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem