| 
    activemq-cpp-3.4.0 
   | 
 
This exception must be thrown when a CMS client attempts to give a provider a message selector with invalid syntax. More...
#include <src/main/cms/InvalidSelectorException.h>

Public Member Functions | |
| InvalidSelectorException () | |
| InvalidSelectorException (const InvalidSelectorException &ex) | |
| InvalidSelectorException (const std::string &message) | |
| InvalidSelectorException (const std::string &message, const std::exception *cause) | |
| InvalidSelectorException (const std::string &message, const std::exception *cause, const std::vector< std::pair< std::string, int > > &stackTrace) | |
| virtual | ~InvalidSelectorException () throw () | 
This exception must be thrown when a CMS client attempts to give a provider a message selector with invalid syntax.
| cms::InvalidSelectorException::InvalidSelectorException | ( | ) | 
| cms::InvalidSelectorException::InvalidSelectorException | ( | const InvalidSelectorException & | ex | ) | 
| cms::InvalidSelectorException::InvalidSelectorException | ( | const std::string & | message | ) | 
| cms::InvalidSelectorException::InvalidSelectorException | ( | const std::string & | message, | 
| const std::exception * | cause | ||
| ) | 
| cms::InvalidSelectorException::InvalidSelectorException | ( | const std::string & | message, | 
| const std::exception * | cause, | ||
| const std::vector< std::pair< std::string, int > > & | stackTrace | ||
| ) | 
| virtual cms::InvalidSelectorException::~InvalidSelectorException | ( | ) |   throw () [virtual] |