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

Igor Sapego commented on IGNITE-2902:
-------------------------------------

Implemented and 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: Vladimir Ozerov
>             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