public class BadAttributeValueExpException extends Exception
| Constructor and Description |
|---|
BadAttributeValueExpException(Object val)
Constructs a new
BadAttributeValueExpException
using the specified object to represent the invalid value. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a textual representation of this instance.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic BadAttributeValueExpException(Object val)
BadAttributeValueExpException
using the specified object to represent the invalid value.val - the inappropriate value.public String toString()
javax.management.BadAttributeValueExpException)
and the invalid value.toString in class ThrowableObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)