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
|
Recommend the tutorial |
Ask Questions? Discuss: Java BadBinaryOpValueExpException Class Hierarchy Diagram
Post your Comment