Module  java.management
软件包  javax.management

Class BadBinaryOpValueExpException

  • All Implemented Interfaces:
    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​()
        返回表示对象的字符串。
        重写:
        toStringThrowable
        结果
        这个throwable的字符串表示形式。