public class ProblemValueViolatesParmConstraints extends Problem implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProblemValueViolatesParmConstraints(java.lang.String value,
Parameter parameter)
Constructor for the ProblemValueViolatesParmConstraints class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage() |
Parameter |
getParameter()
Get the parameter to which the value was being associated.
|
java.lang.String |
getValue()
Get the value that caused the error.
|
getErrorType
public static final java.lang.String COPYRIGHT
public ProblemValueViolatesParmConstraints(java.lang.String value, Parameter parameter)
value
- The value that caused the error.parameter
- The parameter to which the value was being associated.public java.lang.String getValue()
public Parameter getParameter()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem