src/share/classes/javax/management/QueryExp.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -51,14 +51,14 @@
       *
       * @param name The name of the MBean on which the QueryExp will be applied.
       *
       * @return  True if the query was successfully applied to the MBean, false otherwise
       *
-      * @exception BadStringOperationException
-      * @exception BadBinaryOpValueExpException
-      * @exception BadAttributeValueExpException
-      * @exception InvalidApplicationException
+      * @exception BadStringOperationException if an invalid string operation is passed
+      * @exception BadBinaryOpValueExpException if invalid expression is passed
+      * @exception BadAttributeValueExpException if an invalid MBean attribute is passed
+      * @exception InvalidApplicationException if a subquery expression or qualified attribute expression is passed
       */
      public boolean apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException,
          BadAttributeValueExpException, InvalidApplicationException ;
 
      /**