javax.management
public class: BadAttributeValueExpException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.management.BadAttributeValueExpException
All Implemented Interfaces:
Serializable
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.
Method from javax.management.BadAttributeValueExpException Summary: |
---|
toString |
Methods from java.lang.Throwable: |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getStackTraceDepth, getStackTraceElement, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.management.BadAttributeValueExpException Detail: |
public String toString() {
return "BadAttributeValueException: " + val;
}
Returns the string representing the object. |