In this section we will discuss about the BadAttributeValueExpException Class diagram in Java.
Java BadAttributeValueExpException Class Hierarchy Diagram
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
- toString() : This method is used to represent the object as
string.
Syntax : public String toString()
This class also inherits methods from its parent classes.