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
|
<!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>Wt examples: Git::Exception Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.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 class="current"><a href="annotated.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="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="navpath"><a class="el" href="classGit.html">Git</a>::<a class="el" href="classGit_1_1Exception.html">Exception</a>
</div>
</div>
<div class="contents">
<h1>Git::Exception Class Reference</h1><!-- doxytag: class="Git::Exception" -->Exception class.
<a href="#_details">More...</a>
<p>
<code>#include <<a class="el" href="Git_8h-source.html">Git.h</a>></code>
<p>
<p>
<a href="classGit_1_1Exception-members.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="classGit_1_1Exception.html#5b69585257b84ccd6963468086b224d3">Exception</a> (const std::string &msg)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="#5b69585257b84ccd6963468086b224d3"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Exception class.
<p>Definition at line <a class="el" href="Git_8h-source.html#l00027">27</a> of file <a class="el" href="Git_8h-source.html">Git.h</a>.</p>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="5b69585257b84ccd6963468086b224d3"></a><!-- doxytag: member="Git::Exception::Exception" ref="5b69585257b84ccd6963468086b224d3" args="(const std::string &msg)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Git::Exception::Exception </td>
<td>(</td>
<td class="paramtype">const std::string & </td>
<td class="paramname"> <em>msg</em> </td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Constructor.
<p>
<p>Definition at line <a class="el" href="Git_8C-source.html#l00146">146</a> of file <a class="el" href="Git_8C-source.html">Git.C</a>.</p>
<div class="fragment"><pre class="fragment"><a name="l00147"></a>00147 : std::runtime_error(msg)
<a name="l00148"></a>00148 { }
</pre></div>
<p>
</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li>/home/koen/project/wt/public-git/wt/examples/gitmodel/<a class="el" href="Git_8h-source.html">Git.h</a><li>/home/koen/project/wt/public-git/wt/examples/gitmodel/<a class="el" href="Git_8C-source.html">Git.C</a></ul>
</div>
<hr size="1"><address style="align: right;"><small>
Generated on Fri Mar 26 17:12:12 2010 for <a href="http://www.webtoolkit.eu/wt/">Wt</a> by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6</small></address>
</body>
</html>
|