You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/03/29 12:59:25 UTC

[jira] [Closed] (IGNITE-2902) CPP: Make IgniteError subclass of the std::exception.

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

Vladimir Ozerov closed IGNITE-2902.
-----------------------------------

> 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: platforms
>    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)