[ 
https://issues.apache.org/jira/browse/IGNITE-2902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15214186#comment-15214186
 ] 

ASF GitHub Bot commented on IGNITE-2902:
----------------------------------------

GitHub user isapego opened a pull request:

    https://github.com/apache/ignite/pull/582

    IGNITE-2902: IgniteError now implements std::exception.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/isapego/ignite ignite-2902

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/582.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #582
    
----
commit 24f27d0c579973c1e8112c13c0c33ef11087a3dc
Author: isapego <isap...@gridgain.com>
Date:   2016-03-28T13:16:17Z

    IGNITE-2902: IgniteError now implements std::exception.

commit b59524d3c39fceace87a2b96ec132af7fa04b4a5
Author: isapego <isap...@gridgain.com>
Date:   2016-03-28T13:28:20Z

    IGNITE-2902: Added test.

----


> CPP: Make IgniteError subclass of the std::exception.
> -----------------------------------------------------
>
>                 Key: IGNITE-2902
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2902
>             Project: Ignite
>          Issue Type: Task
>          Components: clients
>    Affects Versions: 1.5.0.final
>            Reporter: Igor Sapego
>            Assignee: Igor Sapego
>             Fix For: 1.6
>
>
> IgniteError should implement std::exception so it can be catched by the 
> following block:
> {code}
> try { ... }
> catch(std::exception&) {...}
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to