XQuilla/docs/simple-api/XQException_8hpp.html
2020-02-17 22:05:20 +01:00

214 lines
9.4 KiB
HTML

<!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>XQilla Simple API: XQException.hpp File 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.4.6 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<h1>XQException.hpp File Reference</h1><code>#include &lt;xqilla/framework/XQillaExport.hpp&gt;</code><br>
<code>#include &lt;xqilla/utils/XStr.hpp&gt;</code><br>
<p>
Include dependency graph for XQException.hpp:<p><center><img src="XQException_8hpp__incl.png" border="0" usemap="#XQException.hpp_map" alt=""></center>
<p>
<a href="XQException_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXQException.html">XQException</a></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="XQException_8hpp.html#50dc0ff7fa3cf9f890d02f6ce0336414">AFXQ_XQEXCEPTION_H__446AD191_E9D0_4658_BD8C_032D29DA123E__INCLUDED_</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="XQException_8hpp.html#507a2ba7ec1efdf595885497d7f68c56">XQThrow</a>(type, function, reason)&nbsp;&nbsp;&nbsp;throw type(function, reason, this, __FILE__, __LINE__)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="XQException_8hpp.html#327d5c87a463e2d8c3a930186c36fee3">XQThrow2</a>(type, function, reason)&nbsp;&nbsp;&nbsp;throw type(function, reason, 0, __FILE__, __LINE__)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="XQException_8hpp.html#832e1a1e3c37d9a3067737602af496a0">XQThrow3</a>(type, function, reason, location)&nbsp;&nbsp;&nbsp;throw type(function, reason, location, __FILE__, __LINE__)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="XQException_8hpp.html#ebd782793874e0428b04b72bc8cff2e0">XQSimpleThrow</a>(reason, xqfile, xqline, xqcolumn)&nbsp;&nbsp;&nbsp;throw <a class="el" href="classXQException.html">XQException</a>(reason, xqfile, xqline, (unsigned int)xqcolumn, __FILE__, __LINE__)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="50dc0ff7fa3cf9f890d02f6ce0336414"></a><!-- doxytag: member="XQException.hpp::AFXQ_XQEXCEPTION_H__446AD191_E9D0_4658_BD8C_032D29DA123E__INCLUDED_" ref="50dc0ff7fa3cf9f890d02f6ce0336414" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">#define AFXQ_XQEXCEPTION_H__446AD191_E9D0_4658_BD8C_032D29DA123E__INCLUDED_ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="ebd782793874e0428b04b72bc8cff2e0"></a><!-- doxytag: member="XQException.hpp::XQSimpleThrow" ref="ebd782793874e0428b04b72bc8cff2e0" args="(reason, xqfile, xqline, xqcolumn)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">#define XQSimpleThrow </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">reason, <tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>xqfile, <tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>xqline, <tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>xqcolumn&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap>&nbsp;&nbsp;&nbsp;throw <a class="el" href="classXQException.html">XQException</a>(reason, xqfile, xqline, (unsigned int)xqcolumn, __FILE__, __LINE__)</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="507a2ba7ec1efdf595885497d7f68c56"></a><!-- doxytag: member="XQException.hpp::XQThrow" ref="507a2ba7ec1efdf595885497d7f68c56" args="(type, function, reason)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">#define XQThrow </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">type, <tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>function, <tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>reason&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap>&nbsp;&nbsp;&nbsp;throw type(function, reason, this, __FILE__, __LINE__)</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="327d5c87a463e2d8c3a930186c36fee3"></a><!-- doxytag: member="XQException.hpp::XQThrow2" ref="327d5c87a463e2d8c3a930186c36fee3" args="(type, function, reason)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">#define XQThrow2 </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">type, <tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>function, <tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>reason&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap>&nbsp;&nbsp;&nbsp;throw type(function, reason, 0, __FILE__, __LINE__)</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="832e1a1e3c37d9a3067737602af496a0"></a><!-- doxytag: member="XQException.hpp::XQThrow3" ref="832e1a1e3c37d9a3067737602af496a0" args="(type, function, reason, location)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">#define XQThrow3 </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">type, <tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>function, <tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>reason, <tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>location&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap>&nbsp;&nbsp;&nbsp;throw type(function, reason, location, __FILE__, __LINE__)</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 00:18:56 2006 for XQilla Simple API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>