In this section we will discuss about the BadBinaryOpValueExpException diagram in Java.
Java BadBinaryOpValueExpException Class Hierarchy Diagram
In this section we will discuss about the BadBinaryOpValueExpException diagram in Java.
This class extends the java.lang.Exception class. When in a query constructing method it is tried to pass an invalid expression 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
BadBinaryOpValueExpException(ValueExp exp) | This constructor creates a BadBinaryOpValueExpException object with the
given ValueExp. Syntax : public BadBinaryOpValueExpException(ValueExp exp) |
Method Detail
- getExp() : This method is used to find out the ValueExp.
Syntax : public ValueExp getExp()
- toString() : This method is used to represent object as string.
Syntax : public String toString()