180 lines
8.1 KiB
HTML
180 lines
8.1 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 Documentation</title>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
</head><body>
|
|
<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&type=2" border="0" alt="SourceForge.net Logo" /></a>
|
|
<!-- Generated by Doxygen 1.6.1 -->
|
|
<div class="navigation" id="top">
|
|
<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><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
|
<li><a href="examples.html"><span>Examples</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="files.html"><span>File List</span></a></li>
|
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="contents">
|
|
<h1>XQException.hpp File Reference</h1><code>#include <xqilla/framework/XQillaExport.hpp></code><br/>
|
|
<code>#include <xqilla/utils/XStr.hpp></code><br/>
|
|
<div class="dynheader">
|
|
Include dependency graph for XQException.hpp:</div>
|
|
<div class="dynsection">
|
|
<div class="center"><img src="XQException_8hpp__incl.png" border="0" usemap="#XQException_8hpp_map" alt=""/></div>
|
|
</div>
|
|
<div class="dynheader">
|
|
This graph shows which files directly or indirectly include this file:</div>
|
|
<div class="dynsection">
|
|
<div class="center"><img src="XQException_8hpp__dep__incl.png" border="0" usemap="#XQException_8hppdep_map" alt=""/></div>
|
|
<map name="XQException_8hppdep_map" id="XQException_8hppdep">
|
|
<area shape="rect" href="xqilla-simple_8hpp.html" title="xqilla-simple.hpp" alt="" coords="5,83,123,112"/><area shape="rect" href="DebugListener_8hpp.html" title="DebugListener.hpp" alt="" coords="147,83,275,112"/><area shape="rect" href="InteractiveDebugger_8hpp.html" title="InteractiveDebugger.hpp" alt="" coords="129,160,292,189"/></map>
|
|
</div>
|
|
|
|
<p><a href="XQException_8hpp_source.html">Go to the source code of this file.</a></p>
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
<tr><td colspan="2"><h2>Classes</h2></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classXQException.html">XQException</a></td></tr>
|
|
<tr><td colspan="2"><h2>Defines</h2></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="XQException_8hpp.html#a507a2ba7ec1efdf595885497d7f68c56">XQThrow</a>(type, function, reason) throw type(function, reason, this, __FILE__, __LINE__)</td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="XQException_8hpp.html#a327d5c87a463e2d8c3a930186c36fee3">XQThrow2</a>(type, function, reason) throw type(function, reason, 0, __FILE__, __LINE__)</td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="XQException_8hpp.html#a832e1a1e3c37d9a3067737602af496a0">XQThrow3</a>(type, function, reason, location) throw type(function, reason, location, __FILE__, __LINE__)</td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="XQException_8hpp.html#aebd782793874e0428b04b72bc8cff2e0">XQSimpleThrow</a>(reason, xqfile, xqline, xqcolumn) 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" id="aebd782793874e0428b04b72bc8cff2e0"></a><!-- doxytag: member="XQException.hpp::XQSimpleThrow" ref="aebd782793874e0428b04b72bc8cff2e0" args="(reason, xqfile, xqline, xqcolumn)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">#define XQSimpleThrow</td>
|
|
<td>(</td>
|
|
<td class="paramtype">reason, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">xqfile, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">xqline, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">xqcolumn </td>
|
|
<td class="paramname"></td>
|
|
<td> ) </td>
|
|
<td> throw <a class="el" href="classXQException.html">XQException</a>(reason, xqfile, xqline, (unsigned int)xqcolumn, __FILE__, __LINE__)</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
</div>
|
|
</div>
|
|
<a class="anchor" id="a507a2ba7ec1efdf595885497d7f68c56"></a><!-- doxytag: member="XQException.hpp::XQThrow" ref="a507a2ba7ec1efdf595885497d7f68c56" args="(type, function, reason)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">#define XQThrow</td>
|
|
<td>(</td>
|
|
<td class="paramtype">type, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">function, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">reason </td>
|
|
<td class="paramname"></td>
|
|
<td> ) </td>
|
|
<td> throw type(function, reason, this, __FILE__, __LINE__)</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
</div>
|
|
</div>
|
|
<a class="anchor" id="a327d5c87a463e2d8c3a930186c36fee3"></a><!-- doxytag: member="XQException.hpp::XQThrow2" ref="a327d5c87a463e2d8c3a930186c36fee3" args="(type, function, reason)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">#define XQThrow2</td>
|
|
<td>(</td>
|
|
<td class="paramtype">type, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">function, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">reason </td>
|
|
<td class="paramname"></td>
|
|
<td> ) </td>
|
|
<td> throw type(function, reason, 0, __FILE__, __LINE__)</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
</div>
|
|
</div>
|
|
<a class="anchor" id="a832e1a1e3c37d9a3067737602af496a0"></a><!-- doxytag: member="XQException.hpp::XQThrow3" ref="a832e1a1e3c37d9a3067737602af496a0" args="(type, function, reason, location)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">#define XQThrow3</td>
|
|
<td>(</td>
|
|
<td class="paramtype">type, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">function, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">reason, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">location </td>
|
|
<td class="paramname"></td>
|
|
<td> ) </td>
|
|
<td> throw type(function, reason, location, __FILE__, __LINE__)</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<hr size="1"/><address style="text-align: right;"><small>Generated on Mon Mar 1 21:16:10 2010 for XQilla Simple API by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
|
</body>
|
|
</html>
|