blob: 08fcc3de5ab08d5f89912f3fd96481ec11c01a5d [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>activemq-cpp-3.4.0: src/main/cms/InvalidSelectorException.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">activemq-cpp-3.4.0</div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
initNavTree('_invalid_selector_exception_8h.html','');
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle">
<h1>src/main/cms/InvalidSelectorException.h</h1> </div>
</div>
<div class="contents">
<a href="_invalid_selector_exception_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef _CMS_INVALIDSELECTOREXCEPTION_H_</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define _CMS_INVALIDSELECTOREXCEPTION_H_</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;cms/Config.h&gt;</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include &lt;cms/CMSException.h&gt;</span>
<a name="l00023"></a>00023
<a name="l00024"></a>00024 <span class="keyword">namespace </span>cms{
<a name="l00025"></a>00025
<a name="l00032"></a><a class="code" href="classcms_1_1_invalid_selector_exception.html">00032</a> <span class="keyword">class </span><a class="code" href="cms_2_config_8h.html#a25b3a3344046fe8013e1ad36914667f3">CMS_API</a> <a class="code" href="classcms_1_1_invalid_selector_exception.html" title="This exception must be thrown when a CMS client attempts to give a provider a message selector with i...">InvalidSelectorException</a> : <span class="keyword">public</span> <a class="code" href="classcms_1_1_c_m_s_exception.html" title="CMS API Exception that is the base for all exceptions thrown from CMS classes.">CMSException</a> {
<a name="l00033"></a>00033 <span class="keyword">public</span>:
<a name="l00034"></a>00034
<a name="l00035"></a>00035 <a class="code" href="classcms_1_1_invalid_selector_exception.html" title="This exception must be thrown when a CMS client attempts to give a provider a message selector with i...">InvalidSelectorException</a>();
<a name="l00036"></a>00036
<a name="l00037"></a>00037 <a class="code" href="classcms_1_1_invalid_selector_exception.html" title="This exception must be thrown when a CMS client attempts to give a provider a message selector with i...">InvalidSelectorException</a>( <span class="keyword">const</span> <a class="code" href="classcms_1_1_invalid_selector_exception.html" title="This exception must be thrown when a CMS client attempts to give a provider a message selector with i...">InvalidSelectorException</a>&amp; ex );
<a name="l00038"></a>00038
<a name="l00039"></a>00039 <a class="code" href="classcms_1_1_invalid_selector_exception.html" title="This exception must be thrown when a CMS client attempts to give a provider a message selector with i...">InvalidSelectorException</a>( <span class="keyword">const</span> std::string&amp; message );
<a name="l00040"></a>00040
<a name="l00041"></a>00041 <a class="code" href="classcms_1_1_invalid_selector_exception.html" title="This exception must be thrown when a CMS client attempts to give a provider a message selector with i...">InvalidSelectorException</a>( <span class="keyword">const</span> std::string&amp; message,
<a name="l00042"></a>00042 <span class="keyword">const</span> std::exception* cause );
<a name="l00043"></a>00043
<a name="l00044"></a>00044 <a class="code" href="classcms_1_1_invalid_selector_exception.html" title="This exception must be thrown when a CMS client attempts to give a provider a message selector with i...">InvalidSelectorException</a>( <span class="keyword">const</span> std::string&amp; message,
<a name="l00045"></a>00045 <span class="keyword">const</span> std::exception* cause,
<a name="l00046"></a>00046 <span class="keyword">const</span> std::vector&lt; std::pair&lt; std::string, int&gt; &gt;&amp; stackTrace );
<a name="l00047"></a>00047
<a name="l00048"></a>00048 <span class="keyword">virtual</span> ~<a class="code" href="classcms_1_1_invalid_selector_exception.html" title="This exception must be thrown when a CMS client attempts to give a provider a message selector with i...">InvalidSelectorException</a>() <span class="keywordflow">throw</span>();
<a name="l00049"></a>00049
<a name="l00050"></a>00050 };
<a name="l00051"></a>00051
<a name="l00052"></a>00052 }
<a name="l00053"></a>00053
<a name="l00054"></a>00054 <span class="preprocessor">#endif </span><span class="comment">/*_CMS_INVALIDSELECTOREXCEPTION_H_*/</span>
</pre></div></div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="_invalid_selector_exception_8h.html">InvalidSelectorException.h</a> </li>
<li class="footer">Generated on Mon Apr 25 2011 for activemq-cpp-3.4.0 by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li>
</ul>
</div>
</body>
</html>