public class

BadAttributeValueExpException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ javax.management.BadAttributeValueExpException

Class Overview

Thrown when an invalid MBean attribute is passed to a query constructing method. This exception is used internally by JMX during the evaluation of a query. User code does not usually see it.

Summary

Public Constructors
BadAttributeValueExpException(Object val)
Constructs an BadAttributeValueExpException with the specified Object.
Public Methods
String toString()
Returns the string representing the object.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public BadAttributeValueExpException (Object val)

Constructs an BadAttributeValueExpException with the specified Object.

Parameters
val the inappropriate value.

Public Methods

public String toString ()

Returns the string representing the object.

Returns
  • a string representation of this throwable.