com.ibm.wbiserver.brules.mgmt.problem
Class ProblemValueViolatesParmConstraints
java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemValueViolatesParmConstraints
- All Implemented Interfaces:
- java.io.Serializable
public class ProblemValueViolatesParmConstraints
- extends Problem
- implements java.io.Serializable
Problem class representing the error that the specified value violates the constraints
defined on the specified parameter.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
ProblemValueViolatesParmConstraints
public ProblemValueViolatesParmConstraints(java.lang.String value,
Parameter parameter)
- Constructor for the ProblemValueViolatesParmConstraints class.
- Parameters:
value
- The value that caused the error.parameter
- The parameter to which the value was being associated.
getValue
public java.lang.String getValue()
- Get the value that caused the error.
- Returns:
- The value that caused the error.
getParameter
public Parameter getParameter()
- Get the parameter to which the value was being associated.
- Returns:
- The parameter to which the value was being associated.
getErrorMessage
public java.lang.String getErrorMessage()
- Specified by:
getErrorMessage
in class Problem