You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/03/05 15:04:00 UTC

[jira] [Work logged] (LANG-1647) Check if an throwable is a checked exception

     [ https://issues.apache.org/jira/browse/LANG-1647?focusedWorklogId=561433&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-561433 ]

ASF GitHub Bot logged work on LANG-1647:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Mar/21 15:03
            Start Date: 05/Mar/21 15:03
    Worklog Time Spent: 10m 
      Work Description: arturobernalg opened a new pull request #729:
URL: https://github.com/apache/commons-lang/pull/729


   The idea it's have a function that check if a given throwable is a checked exception. There are some similar function in ConcurrentUtils, but have package visibility and return the same exception. 
   Seem logic have this verification in the class that have this responsibility - `ExceptionUtils`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 561433)
    Remaining Estimate: 0h
            Time Spent: 10m

> Check if an throwable is a checked exception
> --------------------------------------------
>
>                 Key: LANG-1647
>                 URL: https://issues.apache.org/jira/browse/LANG-1647
>             Project: Commons Lang
>          Issue Type: Improvement
>            Reporter: Arturo Bernal
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The idea it's have a function that check if a given throwable is a checked exception. There are some similar function in ConcurrentUtils, but have package visibility and return the same exception. 
> Seem logic have this verification in the class that have this responsibility - ExceptionUtils



--
This message was sent by Atlassian Jira
(v8.3.4#803005)