public class javax.management
BadAttributeValueExpException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception

Thrown when an invalid MBean attribute is passed to a query constructing method. This exception is used internally by JMX during the evaluation of a query. User code does not usually see it.
since1.5

Constructors
public BadAttributeValueExpException(Object val)
Constructs an BadAttributeValueExpException with the specified Object.
valthe inappropriate value.

Methods
public String toString()
Returns the string representing the object.