com.ibm.wbiserver.brules.mgmt.problem
Class ProblemTypeConversionError
- java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemTypeConversionError
All implemented interfaces:
java.io.Serializable
- public class ProblemTypeConversionError
- extends Problem
- implements java.io.Serializable
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
ProblemTypeConversionError(java.lang.String value,Parameter parameter)
Constructor for the ProblemTypeConversionError class.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getErrorMessage()
|
getParameter()
Get the parameter to which the value was being associated.
|
|
|
getValue()
Get the value that caused the error.
|
Methods inherited from class com.ibm.wbiserver.brules.mgmt.problem.Problem |
---|
getErrorType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
Constructor Detail
ProblemTypeConversionError
- public ProblemTypeConversionError( java.lang.String value,
- Parameter parameter)
Constructor for the ProblemTypeConversionError class.
Parameters:
value
- The value that caused the error. parameter
- The parameter to which the value was being associated. Method Detail
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