Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 31039 invoked from network); 5 Feb 2007 23:53:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2007 23:53:41 -0000 Received: (qmail 85552 invoked by uid 500); 5 Feb 2007 23:53:47 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 85323 invoked by uid 500); 5 Feb 2007 23:53:47 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 85311 invoked by uid 99); 5 Feb 2007 23:53:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 15:53:47 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of tabish@twcny.rr.com designates 24.24.2.56 as permitted sender) Received: from [24.24.2.56] (HELO ms-smtp-02.nyroc.rr.com) (24.24.2.56) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 15:53:36 -0800 Received: from Workstation (cpe-24-58-151-190.twcny.res.rr.com [24.58.151.190]) by ms-smtp-02.nyroc.rr.com (8.13.6/8.13.6) with ESMTP id l15NrDuo018441 for ; Mon, 5 Feb 2007 18:53:14 -0500 (EST) From: "Timothy Bish" To: References: <200702052357.32215.teemu@torma.org> Subject: RE: activemq cpp and CMSException Date: Mon, 5 Feb 2007 18:53:14 -0500 Message-ID: <010801c74980$cd98e760$2802a8c0@Workstation> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-reply-to: <200702052357.32215.teemu@torma.org> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Thread-index: AcdJeRjXtr4yeWJPSvemOWZhTRfThwAB6AEg X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org This has already been addressed in trunk, it does now inherit from std::exception. ------------------------------------------------- Timothy A. Bish tabish@twcny.rr.com > -----Original Message----- > From: Teemu Torma [mailto:teemu@torma.org] > Sent: Monday, February 05, 2007 5:58 PM > To: users@activemq.apache.org > Subject: activemq cpp and CMSException > Importance: High > > A quick question. > > Is there a reason why CMSException does not derive from std::exception? > Right now it introduces a parallel exception hierarchy which is a bit > annoying. > > Teemu