You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Joerg Schaible (JIRA)" <ji...@apache.org> on 2011/08/02 23:02:27 UTC

[jira] [Created] (LANG-737) Missing method getRawMessage for ContextedException and ContextedRuntimeException

Missing method getRawMessage for ContextedException and ContextedRuntimeException
---------------------------------------------------------------------------------

                 Key: LANG-737
                 URL: https://issues.apache.org/jira/browse/LANG-737
             Project: Commons Lang
          Issue Type: New Feature
          Components: lang.exception.*
    Affects Versions: 3.0
            Reporter: Joerg Schaible
            Assignee: Joerg Schaible
            Priority: Trivial
             Fix For: 3.0.1


Method getMessage of ContextedException and ContextedRuntimeException will call getFormattedExceptionMessage internally. Therefore it is no longer possible for a derived class to access the original unformatted message. New method getRawMessage is required as counterpart to getFormattedExceptionMessage.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (LANG-737) Missing method getRawMessage for ContextedException and ContextedRuntimeException

Posted by "Joerg Schaible (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joerg Schaible resolved LANG-737.
---------------------------------

    Resolution: Fixed

Committed revision 1153271.

> Missing method getRawMessage for ContextedException and ContextedRuntimeException
> ---------------------------------------------------------------------------------
>
>                 Key: LANG-737
>                 URL: https://issues.apache.org/jira/browse/LANG-737
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.exception.*
>    Affects Versions: 3.0
>            Reporter: Joerg Schaible
>            Assignee: Joerg Schaible
>            Priority: Trivial
>             Fix For: 3.0.1
>
>
> Method getMessage of ContextedException and ContextedRuntimeException will call getFormattedExceptionMessage internally. Therefore it is no longer possible for a derived class to access the original unformatted message. New method getRawMessage is required as counterpart to getFormattedExceptionMessage.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira