<!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>VisualCalc Parser: CUnknownException 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.4.5 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main Page</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> <h1>CUnknownException Class Reference</h1><!-- doxytag: class="CUnknownException" --><!-- doxytag: inherits="CParserException" --><code>#include <<a class="el" href="_v_calc_parser_exception_8h-source.html">VCalcParserException.h</a>></code> <p> <p>Inheritance diagram for CUnknownException: <p><center><img src="class_c_unknown_exception.png" usemap="#CUnknownException_map" border="0" alt=""></center> <map name="CUnknownException_map"> <area href="class_c_parser_exception.html" alt="CParserException" shape="rect" coords="0,56,149,80"> <area href="class_c_v_calc_parser_exception.html" alt="CVCalcParserException" shape="rect" coords="0,0,149,24"> </map> <a href="class_c_unknown_exception-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> Exception for for an unknown internal crash. <p> <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_c_v_calc_parser_exception.html">CVCalcParserException</a> <p> <a class="el" href="class_c_parser_exception.html">CParserException</a></dd></dl> This exception is thrown when a the user is referring to a function not implemented yet.<br> Currently, this exceptionis not thrown from nowhere in the VisualCalc Parser.<br> <br> This class inherits from <a class="el" href="class_c_parser_exception.html">CParserException</a> and is at a level lower enough for being instanciated.<br> The description message for such an exception don't need additional parameter to be formated. <p> <p> Definition at line <a class="el" href="_v_calc_parser_exception_8h-source.html#l00803">803</a> of file <a class="el" href="_v_calc_parser_exception_8h-source.html">VCalcParserException.h</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="class_c_unknown_exception.html#2aba720844ce6b0d1d77d4128c3e5fa2">CUnknownException</a> (int iErrorPos)</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor for an Unknown Exception exception. <a href="#2aba720844ce6b0d1d77d4128c3e5fa2"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_unknown_exception.html#479b0abaff7ae988203029d42e0c9f28">~CUnknownException</a> ()</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor of an Unknown Exception exception. <a href="#479b0abaff7ae988203029d42e0c9f28"></a><br></td></tr> </table> <hr><h2>Constructor & Destructor Documentation</h2> <a class="anchor" name="2aba720844ce6b0d1d77d4128c3e5fa2"></a><!-- doxytag: member="CUnknownException::CUnknownException" ref="2aba720844ce6b0d1d77d4128c3e5fa2" args="(int iErrorPos)" --><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">CUnknownException::CUnknownException </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">int </td> <td class="mdname1" valign="top" nowrap> <em>iErrorPos</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr> </table> <table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td> <p> Constructor for an Unknown Exception exception. <p> <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>iErrorPos</em> </td><td>The position of the error.</td></tr> </table> </dl> Creates an Unknown Exception exception. <p> Definition at line <a class="el" href="_v_calc_parser_exception_8cpp-source.html#l00768">768</a> of file <a class="el" href="_v_calc_parser_exception_8cpp-source.html">VCalcParserException.cpp</a>. </td> </tr> </table> <a class="anchor" name="479b0abaff7ae988203029d42e0c9f28"></a><!-- doxytag: member="CUnknownException::~CUnknownException" ref="479b0abaff7ae988203029d42e0c9f28" 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">CUnknownException::~CUnknownException </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [virtual]</code></td> </tr> </table> </td> </tr> </table> <table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td> <p> Destructor of an Unknown Exception exception. <p> <p> Definition at line <a class="el" href="_v_calc_parser_exception_8cpp-source.html#l00777">777</a> of file <a class="el" href="_v_calc_parser_exception_8cpp-source.html">VCalcParserException.cpp</a>. </td> </tr> </table> <hr>The documentation for this class was generated from the following files:<ul> <li><a class="el" href="_v_calc_parser_exception_8h-source.html">VCalcParserException.h</a><li><a class="el" href="_v_calc_parser_exception_8cpp-source.html">VCalcParserException.cpp</a></ul> <hr size="1"><address style="align: right;"><small>Generated on Mon Feb 6 23:55:57 2006 for VisualCalc Parser by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.5 </small></address> </body> </html>
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)
Math Primers for Programmers