Top Description Fields Constructors Methods
javax.management

public Class BadBinaryOpValueExpException

extends Exception
Class Inheritance

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.
Since
1.5

Field Summary

Modifier and TypeField and Description
private ValueExp
private static final long

Constructor Summary

AccessConstructor and Description
public
BadBinaryOpValueExpException(ValueExp
the expression whose value was inappropriate.
exp
)

Constructs a BadBinaryOpValueExpException with the specified ValueExp.

Method Summary

Modifier and TypeMethod and Description
public ValueExp

Returns:

the problematic ValueExp.
getExp
()

Returns the ValueExp that originated the exception.

public String
toString()

Overrides java.lang.Throwable.toString.

Returns the string representing the object.

Field Detail

expback to summary
private ValueExp exp
serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.Exception.serialVersionUID.

Constructor Detail

BadBinaryOpValueExpExceptionback to summary
public BadBinaryOpValueExpException(ValueExp exp)

Constructs a BadBinaryOpValueExpException with the specified ValueExp.

Parameters
exp:ValueExp

the expression whose value was inappropriate.

Method Detail

getExpback to summary
public ValueExp getExp()

Returns the ValueExp that originated the exception.

Returns:ValueExp

the problematic ValueExp.

toStringback to summary
public String toString()

Overrides java.lang.Throwable.toString.

Returns the string representing the object.

Returns:String

Doc from java.lang.Throwable.toString.

a string representation of this throwable.