public class

BadBinaryOpValueExpException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ javax.management.BadBinaryOpValueExpException

Class Overview

Thrown when an invalid expression is passed to a method for constructing a query. This exception is used internally by JMX during the evaluation of a query. User code does not usually see it.

Summary

Public Constructors
BadBinaryOpValueExpException(ValueExp exp)
Constructs a BadBinaryOpValueExpException with the specified ValueExp.
Public Methods
ValueExp getExp()
Returns the ValueExp that originated the exception.
String toString()
Returns the string representing the object.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public BadBinaryOpValueExpException (ValueExp exp)

Constructs a BadBinaryOpValueExpException with the specified ValueExp.

Parameters
exp the expression whose value was inappropriate.

Public Methods

public ValueExp getExp ()

Returns the ValueExp that originated the exception.

Returns

public String toString ()

Returns the string representing the object.

Returns
  • a string representation of this throwable.