#include <src/main/activemq/util/CMSExceptionSupport.h>
Public Member Functions | |
| virtual | ~CMSExceptionSupport () |
Static Public Member Functions | |
| static cms::CMSException | create (const std::string &msg, const decaf::lang::Exception &cause) |
| static cms::CMSException | create (const decaf::lang::Exception &cause) |
| static cms::MessageEOFException | createMessageEOFException (const decaf::lang::Exception &cause) |
| static cms::MessageFormatException | createMessageFormatException (const decaf::lang::Exception &cause) |
| virtual activemq::util::CMSExceptionSupport::~CMSExceptionSupport | ( | ) | [virtual] |
| static cms::CMSException activemq::util::CMSExceptionSupport::create | ( | const decaf::lang::Exception & | cause | ) | [static] |
| static cms::CMSException activemq::util::CMSExceptionSupport::create | ( | const std::string & | msg, | |
| const decaf::lang::Exception & | cause | |||
| ) | [static] |
| static cms::MessageEOFException activemq::util::CMSExceptionSupport::createMessageEOFException | ( | const decaf::lang::Exception & | cause | ) | [static] |
| static cms::MessageFormatException activemq::util::CMSExceptionSupport::createMessageFormatException | ( | const decaf::lang::Exception & | cause | ) | [static] |
Referenced by activemq::commands::ActiveMQMessageTemplate< cms::ObjectMessage >::getBooleanProperty(), activemq::commands::ActiveMQMessageTemplate< cms::ObjectMessage >::getByteProperty(), activemq::commands::ActiveMQMessageTemplate< cms::ObjectMessage >::getDoubleProperty(), activemq::commands::ActiveMQMessageTemplate< cms::ObjectMessage >::getFloatProperty(), activemq::commands::ActiveMQMessageTemplate< cms::ObjectMessage >::getIntProperty(), activemq::commands::ActiveMQMessageTemplate< cms::ObjectMessage >::getLongProperty(), activemq::commands::ActiveMQMessageTemplate< cms::ObjectMessage >::getShortProperty(), and activemq::commands::ActiveMQMessageTemplate< cms::ObjectMessage >::getStringProperty().
1.6.1