--- old/src/share/classes/javax/management/AttributeValueExp.java 2013-12-31 00:45:54.000000000 -0800 +++ new/src/share/classes/javax/management/AttributeValueExp.java 2013-12-31 00:45:54.000000000 -0800 @@ -1,5 +1,5 @@ /* - * 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 @@ -93,10 +93,10 @@ * * @return The ValueExp. * - * @exception BadAttributeValueExpException - * @exception InvalidApplicationException - * @exception BadStringOperationException - * @exception BadBinaryOpValueExpException + * @exception BadAttributeValueExpException if an invalid MBean attribute is passed + * @exception InvalidApplicationException if a subquery expression or qualified attribute expression is passed + * @exception BadStringOperationException if an invalid string operation is passed + * @exception BadBinaryOpValueExpException if an invalid expression is passed * */ @Override