Home Java Exceptions Java BadAttributeValueExpException Class Hierarchy Diagram



Java BadAttributeValueExpException Class Hierarchy Diagram
Posted on: December 27, 2012 at 12:00 AM
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

Constructor
Description
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.

Related Tags for Java BadAttributeValueExpException Class Hierarchy Diagram:


More Tutorials from this section

Ask Questions?    Discuss: Java BadAttributeValueExpException Class Hierarchy Diagram  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.