Igor Sapego created IGNITE-2902:
-----------------------------------
Summary: 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)