| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.management.BadAttributeValueExpException
BadAttributeValueExpException | public class BadAttributeValueExpException extends Exception (Code) | | The BadAttributeValueExpException is thrown when an invalid MBean attribute
is passed to a query constructing method.
|
Method Summary | |
public String | toString() Returns the string representing the object. |
BadAttributeValueExpException | public BadAttributeValueExpException(Object val)(Code) | | Constructs an BadAttributeValueExpException with
the specified Object.
Parameters: val - The BadAttributeValueExpException is constructed with thespecified object val |
toString | public String toString()(Code) | | Returns the string representing the object.
The string representation of object is returned |
|
|
|