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

[jira] [Created] (IGNITE-2920) CPP: IgniteError should be derived from std::runtime_error not from std::exception

Igor Sapego created IGNITE-2920:
-----------------------------------

             Summary: CPP: IgniteError should be derived from std::runtime_error not from std::exception
                 Key: IGNITE-2920
                 URL: https://issues.apache.org/jira/browse/IGNITE-2920
             Project: Ignite
          Issue Type: Task
          Components: platforms
    Affects Versions: 1.5.0.final
            Reporter: Igor Sapego
            Assignee: Igor Sapego
             Fix For: 1.6


It seems like std::exception is not supposed to be used as a base class by user classes. It is suggested to use std::runtime_error instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)