Description
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)