You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Pawel P (JIRA)" <ji...@apache.org> on 2014/03/19 09:05:45 UTC

[jira] [Created] (WICKET-5536) Error message without parmeters filled.

Pawel P created WICKET-5536:
-------------------------------

             Summary: Error message without parmeters filled.
                 Key: WICKET-5536
                 URL: https://issues.apache.org/jira/browse/WICKET-5536
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.14.0
         Environment: All
            Reporter: Pawel P
            Priority: Trivial


Method throws exception without parameters filled. 

Method :
public static <T extends Enum<T>> T toEnum(final CharSequence value, final Class<T> enumClass)

Class:
org.apache.wicket.util.string.Strings

Exception message:
String.format("Cannot convert '{}' to enum constant of type '{}'.", value, enumClass)



--
This message was sent by Atlassian JIRA
(v6.2#6252)