模块  java.management
软件包  javax.management

Class BadBinaryOpValueExpException

  • 实现的所有接口
    Serializable

    public class BadBinaryOpValueExpException
    extends 异常
    将无效表达式传递给构造查询的方法时抛出。 在评估查询期间,JMX在内部使用此异常。 用户代码通常不会看到它。
    从以下版本开始:
    1.5
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • BadBinaryOpValueExpException

        public BadBinaryOpValueExpException​(ValueExp exp)
        构造一个 BadBinaryOpValueExpException具有指定 ValueExp
        参数
        exp - 其值不合适的表达式。
    • 方法详细信息

      • getExp

        public ValueExp getExp()
        返回发起异常的 ValueExp
        结果
        有问题的ValueExp
      • toString

        public String toString()
        返回表示对象的字符串。
        重写:
        toString在类 Throwable
        结果
        这个throwable的字符串表示。