Derive cms::CMSException from std::exception
--------------------------------------------
Key: AMQCPP-50
URL: https://issues.apache.org/activemq/browse/AMQCPP-50
Project: ActiveMQ C++ Client
Issue Type: Improvement
Components: CMS Impl
Reporter: Albert Strasheim
Assigned To: Nathan Mittler
Priority: Minor
Fix For: 2.0
It would be nice if cms::CMSException were derived from std::exception.
std::exception's what can just call through to cms::CMSException's getMessage.
Having this inheritance would be useful to people who already have logging
functions or other bits and pieces in place in their programs that understand
std::exceptions.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira