You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Teemu Torma <te...@torma.org> on 2007/02/05 23:57:31 UTC

activemq cpp and CMSException

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

RE: activemq cpp and CMSException

Posted by Timothy Bish <ta...@twcny.rr.com>.
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