javax.management
public class BadAttributeValueExpException extends Exception
Since: 1.5
Constructor Summary | |
---|---|
BadAttributeValueExpException(Object val)
Constructs a new BadAttributeValueExpException
using the specified object to represent the invalid value.
|
Method Summary | |
---|---|
String | toString()
Returns a textual representation of this instance. |
BadAttributeValueExpException
using the specified object to represent the invalid value.
Parameters: val the inappropriate value.
javax.management.BadAttributeValueExpException
)
and the invalid value.
Returns: a @link{java.lang.String} instance representing the instance in textual form.