[
https://issues.apache.org/jira/browse/IGNITE-2902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15215838#comment-15215838
]
ASF GitHub Bot commented on IGNITE-2902:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/582
> 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)