You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Alex Nordlund (JIRA)" <ji...@apache.org> on 2018/02/26 10:46:00 UTC

[jira] [Created] (CLI-282) TypeHandler should throw ParseException

Alex Nordlund created CLI-282:
---------------------------------

             Summary: TypeHandler should throw ParseException
                 Key: CLI-282
                 URL: https://issues.apache.org/jira/browse/CLI-282
             Project: Commons CLI
          Issue Type: Bug
    Affects Versions: 1.4
            Reporter: Alex Nordlund


JavaDoc for TypeHandler states that createValue will
{noformat}
* @throws ParseException if the value creation for the given object type failedtype{noformat}
 However createValue(String str, Class<?> clazz) will return null if the clazz is unknown.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)