In this section we will discuss about the BadAttributeValueExpException Class diagram in Java.
This class extends the java.lang.Exception class. When a query constructing method detects an invalid MBean attribute then this exception is generated. JMX uses this exception internally when query is evaluated. A class diagram is being given below which demonstrates the hierarchy of this class :

Constructor Detail
| BadAttributeValueExpException(Object val) | This constructor creates a BadAttributeValueExpException object with the
given object. Syntax : public BadAttributeValueExpException(Object val) |
Method Detail
This class also inherits methods from its parent classes.
|
Recommend the tutorial |
Ask Questions? Discuss: Java BadAttributeValueExpException Class Hierarchy Diagram
Post your Comment