IBM WebSphere Application ServerTM
Release 7

com.ibm.wbiserver.brules.mgmt.problem
Class ProblemInvalidBooleanValue

java.lang.Object
  extended by com.ibm.wbiserver.brules.mgmt.problem.Problem
      extended by com.ibm.wbiserver.brules.mgmt.problem.ProblemInvalidBooleanValue
All Implemented Interfaces:
java.io.Serializable

public class ProblemInvalidBooleanValue
extends Problem
implements java.io.Serializable

Problem class representing the error that the specified string value is not a valid value for a boolean parameter. Only the strings "true" and "false" (all lower case) are allowed as boolean values.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
ProblemInvalidBooleanValue(java.lang.String value, Parameter parameter)
          Constructor for the ProblemInvalidBooleanValue class.
 
Method Summary
 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.
 
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:
Constant Field Values
Constructor Detail

ProblemInvalidBooleanValue

public ProblemInvalidBooleanValue(java.lang.String value,
                                  Parameter parameter)
Constructor for the ProblemInvalidBooleanValue 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

IBM WebSphere Application ServerTM
Release 7