src/share/classes/java/beans/Expression.java

Print this page

        

*** 145,154 **** --- 145,156 ---- * * @see Statement#execute * @see #setValue * * @return The result of applying this method to these arguments. + * @throws Exception if the method with the specified methodName + * throws an exception */ public Object getValue() throws Exception { if (value == unbound) { setValue(invoke()); }