Home » openjdk-7 » javax » management » [javadoc | source]
javax.management
public class: BadBinaryOpValueExpException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.management.BadBinaryOpValueExpException

All Implemented Interfaces:
    Serializable

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.
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public BadBinaryOpValueExpException(ValueExp exp) 
    Constructs a BadBinaryOpValueExpException with the specified ValueExp.
    Parameters:
    exp - the expression whose value was inappropriate.
Method from javax.management.BadBinaryOpValueExpException Summary:
getExp,   toString
Methods from java.lang.Throwable:
addSuppressed,   fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   getStackTraceDepth,   getStackTraceElement,   getSuppressed,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.management.BadBinaryOpValueExpException Detail:
 public ValueExp getExp() 
    Returns the ValueExp that originated the exception.
 public String toString() 
    Returns the string representing the object.