- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.management.BadBinaryOpValueExpException
-
- All Implemented Interfaces:
-
Serializable
public class BadBinaryOpValueExpException extends 异常
当无效表达式传递给构造查询的方法时抛出。 这个异常在评估查询期间由JMX内部使用。 用户代码通常不会看到它。- 从以下版本开始:
- 1.5
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 BadBinaryOpValueExpException(ValueExp exp)
构造一个BadBinaryOpValueExpException
与指定的ValueExp
。
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 ValueExp
getExp()
返回发生异常的ValueExp
。String
toString()
返回表示对象的字符串。-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
构造方法详细信息
-
BadBinaryOpValueExpException
public BadBinaryOpValueExpException(ValueExp exp)
构造一个BadBinaryOpValueExpException
与指定的ValueExp
。- 参数
-
exp
- 其值不合适的表达式。
-
-