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.
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() {
return exp;
}
Returns the ValueExp that originated the exception. |
public String toString() {
return "BadBinaryOpValueExpException: " + exp;
}
Returns the string representing the object. |