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

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

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)