You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "David Mollitor (JIRA)" <ji...@apache.org> on 2019/03/19 18:33:00 UTC

[jira] [Updated] (LANG-1369) Formatted and Paramaterized Exception Classes

     [ https://issues.apache.org/jira/browse/LANG-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Mollitor updated LANG-1369:
---------------------------------
    Description: Add an {{ExceptionFactory}} for convenience when creating formatted Exception messages.  (was: Add two new Exception classes:

# FormattedException
# ParameterizedException

Both classes provide different mechanisms for creating error messages instead of using straight string concatenation that can look sloppy and introduces a lot of {{StringBuilder}} instances into the underlying byte code.  FormattedException uses Java's {{java.lang.String#format}} method for producing the Exception's detailed message.  ParameterizedException uses Log4j's implementation of the SLF4J parameterization implementation.)

> Formatted and Paramaterized Exception Classes
> ---------------------------------------------
>
>                 Key: LANG-1369
>                 URL: https://issues.apache.org/jira/browse/LANG-1369
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.exception.*
>    Affects Versions: 3.7
>            Reporter: David Mollitor
>            Priority: Major
>         Attachments: LANG-1369.1.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Add an {{ExceptionFactory}} for convenience when creating formatted Exception messages.



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