1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>scim: scim::Exception Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.0 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li id="current"><a href="classes.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical List</span></a></li>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="a00157.html">scim</a>::<a class="el" href="a00024.html">Exception</a></div>
<h1>scim::Exception Class Reference<br>
<small>
[<a class="el" href="a00158.html">Accessories</a>]</small>
</h1><!-- doxytag: class="scim::Exception" -->A base class of all other exception classes.
<a href="#_details">More...</a>
<p>
<code>#include <scim_exception.h></code>
<p>
Inheritance diagram for scim::Exception:<p><center><img src="a00318.png" border="0" usemap="#a00319" alt="Inheritance graph"></center>
<map name="a00319">
<area href="a00003.html" shape="rect" coords="192,7,334,31" alt="">
<area href="a00015.html" shape="rect" coords="195,55,331,79" alt="">
<area href="a00025.html" shape="rect" coords="195,103,331,127" alt="">
<area href="a00032.html" shape="rect" coords="188,151,338,175" alt="">
<area href="a00043.html" shape="rect" coords="195,199,331,223" alt="">
<area href="a00049.html" shape="rect" coords="188,247,338,271" alt="">
<area href="a00064.html" shape="rect" coords="195,295,331,319" alt="">
<area href="a00068.html" shape="rect" coords="199,343,327,367" alt="">
<area href="a00107.html" shape="rect" coords="195,391,331,415" alt="">
<area href="a00110.html" shape="rect" coords="178,439,348,463" alt="">
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="a00320.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00024.html#eb54505208119e580160aebb001269e4">Exception</a> (const <a class="el" href="a00157.html#e6432a785654dd7fbfe52e8dd8cd7799">String</a> &what_arg)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00024.html#cf04ff3e591b6164520d91e84a0d1975">~Exception</a> () throw ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="a00024.html#675efca7d22a127a4c01796fcb3b4b47">what</a> () const throw ()</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A base class of all other exception classes.
<p>
All other exception classes in namespace scim should be derived from this class.
<p>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="eb54505208119e580160aebb001269e4"></a><!-- doxytag: member="scim::Exception::Exception" ref="eb54505208119e580160aebb001269e4" args="(const String &what_arg)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">scim::Exception::Exception </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="a00157.html#e6432a785654dd7fbfe52e8dd8cd7799">String</a> & </td>
<td class="paramname"> <em>what_arg</em> </td>
<td> ) </td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="cf04ff3e591b6164520d91e84a0d1975"></a><!-- doxytag: member="scim::Exception::~Exception" ref="cf04ff3e591b6164520d91e84a0d1975" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">scim::Exception::~Exception </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> throw ()<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="675efca7d22a127a4c01796fcb3b4b47"></a><!-- doxytag: member="scim::Exception::what" ref="675efca7d22a127a4c01796fcb3b4b47" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const char* scim::Exception::what </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const throw ()<code> [inline, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00124.html">scim_exception.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Thu Jun 28 14:12:38 2007 for scim by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
</body>
</html>
|