You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2007/06/27 17:29:25 UTC

[jira] Created: (WICKET-705) StringValue javadoc incorrect regrading conversion to checked exception

StringValue javadoc incorrect regrading conversion to checked exception
-----------------------------------------------------------------------

                 Key: WICKET-705
                 URL: https://issues.apache.org/jira/browse/WICKET-705
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-beta2
            Reporter: Ismael Juma
            Priority: Minor


Various methods in StringValue (look at toLong for an example, but there are many others) have the text:

"convert unchecked NumberFormatExceptions to checked."

This is not true since StringValueConversionException extends ConversionException that in turn extends WicketRuntimeException. I assume that this is a case where the exception hierarchy was changed and the documentation was not updated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.