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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>MySQL++ Reference Manual</title>
<meta http-equiv="Content-type" content="text/html;charset=iso-8859-1">
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="refman.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li id="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="nav">
<b>mysqlpp</b>::<a class="el" href="classmysqlpp_1_1Exception.html">Exception</a></div>
<h1>mysqlpp::Exception Class Reference</h1><!-- doxytag: class="mysqlpp::Exception" -->Base class for all MySQL++ custom exceptions.
<a href="#_details">More...</a>
<p>
<code>#include <<a class="el" href="exceptions_8h-source.html">exceptions.h</a>></code>
<p>
Inheritance diagram for mysqlpp::Exception:<p><center><img src="classmysqlpp_1_1Exception__inherit__graph.png" border="0" usemap="#mysqlpp_1_1Exception__inherit__map" alt="Inheritance graph"></center>
<map name="mysqlpp_1_1Exception__inherit__map">
<area href="classmysqlpp_1_1BadConversion.html" shape="rect" coords="223,6,407,30" alt="">
<area href="classmysqlpp_1_1BadFieldName.html" shape="rect" coords="224,54,405,78" alt="">
<area href="classmysqlpp_1_1BadIndex.html" shape="rect" coords="241,102,388,126" alt="">
<area href="classmysqlpp_1_1BadInsertPolicy.html" shape="rect" coords="221,150,408,174" alt="">
<area href="classmysqlpp_1_1BadOption.html" shape="rect" coords="237,198,392,222" alt="">
<area href="classmysqlpp_1_1BadParamCount.html" shape="rect" coords="219,246,411,270" alt="">
<area href="classmysqlpp_1_1BadQuery.html" shape="rect" coords="239,294,391,318" alt="">
<area href="classmysqlpp_1_1ConnectionFailed.html" shape="rect" coords="215,342,415,366" alt="">
<area href="classmysqlpp_1_1DBSelectionFailed.html" shape="rect" coords="213,390,416,414" alt="">
<area href="classmysqlpp_1_1MutexFailed.html" shape="rect" coords="232,438,397,462" alt="">
<area href="classmysqlpp_1_1ObjectNotInitialized.html" shape="rect" coords="207,486,423,510" alt="">
<area href="classmysqlpp_1_1SelfTestFailed.html" shape="rect" coords="227,534,403,558" alt="">
<area href="classmysqlpp_1_1TypeLookupFailed.html" shape="rect" coords="213,582,416,606" alt="">
<area href="classmysqlpp_1_1UseQueryError.html" shape="rect" coords="224,630,405,654" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for mysqlpp::Exception:<p><center><img src="classmysqlpp_1_1Exception__coll__graph.png" border="0" usemap="#mysqlpp_1_1Exception__coll__map" alt="Collaboration graph"></center>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classmysqlpp_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"><a class="anchor" name="4f630373546f0048348d89a7e83c1c77"></a><!-- doxytag: member="mysqlpp::Exception::Exception" ref="4f630373546f0048348d89a7e83c1c77" args="(const Exception &e)" -->
</td><td class="memItemRight" valign="bottom"><a class="el" href="classmysqlpp_1_1Exception.html#4f630373546f0048348d89a7e83c1c77">Exception</a> (const <a class="el" href="classmysqlpp_1_1Exception.html">Exception</a> &e) throw ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Create exception object as copy of another. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2103d37da48b9824fa4407863aef9e0e"></a><!-- doxytag: member="mysqlpp::Exception::operator=" ref="2103d37da48b9824fa4407863aef9e0e" args="(const Exception &rhs)" -->
<a class="el" href="classmysqlpp_1_1Exception.html">Exception</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classmysqlpp_1_1Exception.html#2103d37da48b9824fa4407863aef9e0e">operator=</a> (const <a class="el" href="classmysqlpp_1_1Exception.html">Exception</a> &rhs) throw ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Assign another exception object's contents to this one. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="82b1a9a71b10a4b83cd67905689d700d"></a><!-- doxytag: member="mysqlpp::Exception::~Exception" ref="82b1a9a71b10a4b83cd67905689d700d" args="()" -->
</td><td class="memItemRight" valign="bottom"><a class="el" href="classmysqlpp_1_1Exception.html#82b1a9a71b10a4b83cd67905689d700d">~Exception</a> () throw ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Destroy exception object. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="970fe1876f16ea720382dff87f80cf17"></a><!-- doxytag: member="mysqlpp::Exception::what" ref="970fe1876f16ea720382dff87f80cf17" args="() const " -->
virtual const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classmysqlpp_1_1Exception.html#970fe1876f16ea720382dff87f80cf17">what</a> () const throw ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns explanation of why exception was thrown. <br></td></tr>
<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d9410f221db3876329a168d6c6a0864f"></a><!-- doxytag: member="mysqlpp::Exception::Exception" ref="d9410f221db3876329a168d6c6a0864f" args="(const char *w="")" -->
</td><td class="memItemRight" valign="bottom"><a class="el" href="classmysqlpp_1_1Exception.html#d9410f221db3876329a168d6c6a0864f">Exception</a> (const char *w="") throw ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Create exception object. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b6bce06d1c5f5a8ace87764ea118e25d"></a><!-- doxytag: member="mysqlpp::Exception::Exception" ref="b6bce06d1c5f5a8ace87764ea118e25d" args="(const std::string &w)" -->
</td><td class="memItemRight" valign="bottom"><a class="el" href="classmysqlpp_1_1Exception.html#b6bce06d1c5f5a8ace87764ea118e25d">Exception</a> (const std::string &w) throw ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Create exception object. <br></td></tr>
<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9d1f31934daa02fdbedfe419be524191"></a><!-- doxytag: member="mysqlpp::Exception::what_" ref="9d1f31934daa02fdbedfe419be524191" args="" -->
std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classmysqlpp_1_1Exception.html#9d1f31934daa02fdbedfe419be524191">what_</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">explanation of why exception was thrown <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Base class for all MySQL++ custom exceptions.
<p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="exceptions_8h-source.html">exceptions.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Thu Jun 3 11:59:12 2010 for MySQL++ by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>
|