public class javax.management
BadBinaryOpValueExpException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
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.
since1.5

Constructors
public BadBinaryOpValueExpException(ValueExp exp) Details
Constructs a BadBinaryOpValueExpException with the specified ValueExp.
expthe expression whose value was inappropriate.

Methods
public String toString()
Returns the string representing the object.

Properties
public ValueExp getExp() Details
Returns the ValueExp that originated the exception.
returnthe problematic ValueExp.