javax.management
Class BadBinaryOpValueExpException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.management.BadBinaryOpValueExpException
All Implemented Interfaces:
java.io.Serializable

public class BadBinaryOpValueExpException
extends java.lang.Exception

Thrown when an invalid expression is passed to a query construction method.

See Also:
ValueExp (src) , Serialized Form

Constructor Summary
BadBinaryOpValueExpException(ValueExp (src)  exp)
          Construct a new BadBinaryValueExpException with the given expression.
 
Method Summary
 ValueExp (src) getExp()
          Retrieve the bad binary value expression.
 java.lang.String toString()
          Returns a string representing the error.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadBinaryOpValueExpException

public BadBinaryOpValueExpException(ValueExp (src)  exp)
Construct a new BadBinaryValueExpException with the given expression.

Parameters:
exp - the invalid expression
Method Detail

getExp

public ValueExp (src)  getExp()
Retrieve the bad binary value expression.

Returns:
the expression.

toString

public java.lang.String toString()
Returns a string representing the error.

Returns:
the error string.