Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 21E4419ED4 for ; Tue, 29 Mar 2016 10:59:26 +0000 (UTC) Received: (qmail 78872 invoked by uid 500); 29 Mar 2016 10:59:26 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 78756 invoked by uid 500); 29 Mar 2016 10:59:25 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 78596 invoked by uid 99); 29 Mar 2016 10:59:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2016 10:59:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D5FBD2C14F6 for ; Tue, 29 Mar 2016 10:59:25 +0000 (UTC) Date: Tue, 29 Mar 2016 10:59:25 +0000 (UTC) From: "Vladimir Ozerov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (IGNITE-2902) CPP: Make IgniteError subclass of the std::exception. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-2902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov closed IGNITE-2902. ----------------------------------- > 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)