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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)