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