Searched refs:BadAttributeValueExpException (Results 1 - 19 of 19) sorted by relevance

/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DQueryExp.java60 * @throws BadAttributeValueExpException when an invalid MBean
65 BadAttributeValueExpException, InvalidApplicationException ;
H A DValueExp.java87 * @throws BadAttributeValueExpException when an invalid MBean
93 BadAttributeValueExpException, InvalidApplicationException;
H A DNotQueryExp.java78 * @exception BadAttributeValueExpException
82 BadAttributeValueExpException, InvalidApplicationException {
H A DBadAttributeValueExpException.java40 public class BadAttributeValueExpException extends Exception { class in inherits:Exception
53 * Constructs a BadAttributeValueExpException using the specified Object to
58 public BadAttributeValueExpException (Object val) { method in class:BadAttributeValueExpException
H A DClassAttributeValueExp.java99 * @exception BadAttributeValueExpException
104 BadAttributeValueExpException, InvalidApplicationException {
110 throw new BadAttributeValueExpException(result);
137 BadAttributeValueExpException, which will in turn cause
H A DStringValueExp.java100 * @throws BadAttributeValueExpException {@inheritDoc}
105 BadAttributeValueExpException, InvalidApplicationException {
H A DInstanceOfQueryExp.java81 * @exception BadAttributeValueExpException
89 BadAttributeValueExpException,
H A DBooleanValueExp.java79 * @exception BadAttributeValueExpException
83 BadAttributeValueExpException, InvalidApplicationException {
H A DAndQueryExp.java91 * @exception BadAttributeValueExpException The attribute value passed to the method is invalid.
96 BadAttributeValueExpException, InvalidApplicationException {
H A DOrQueryExp.java92 * @exception BadAttributeValueExpException The attribute value passed to the method is invalid.
95 BadBinaryOpValueExpException, BadAttributeValueExpException,
H A DAttributeValueExp.java89 * {@code BadAttributeValueExpException}, which will cause
98 * @throws BadAttributeValueExpException {@inheritDoc}
103 BadAttributeValueExpException, InvalidApplicationException {
113 throw new BadAttributeValueExpException(result);
H A DQualifiedAttributeValueExp.java85 * @exception BadAttributeValueExpException
90 BadAttributeValueExpException, InvalidApplicationException {
H A DBetweenQueryExp.java104 * @exception BadAttributeValueExpException
108 BadAttributeValueExpException, InvalidApplicationException {
H A DInQueryExp.java91 * @exception BadAttributeValueExpException
96 BadAttributeValueExpException, InvalidApplicationException {
H A DMatchQueryExp.java92 * @exception BadAttributeValueExpException
98 BadAttributeValueExpException,
H A DBinaryOpValueExp.java104 * @exception BadAttributeValueExpException
108 BadAttributeValueExpException, InvalidApplicationException {
H A DBinaryRelQueryExp.java104 * @exception BadAttributeValueExpException
108 BadAttributeValueExpException, InvalidApplicationException {
H A DNumericValueExp.java177 * @exception BadAttributeValueExpException
182 BadAttributeValueExpException, InvalidApplicationException {
/openjdk10/jdk/test/javax/management/MBeanServer/
H A DExceptionFactory.java26 import javax.management.BadAttributeValueExpException;
85 exceptions.add(new BadAttributeValueExpException(mes));

Completed in 130 milliseconds