Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > f448deafa1de20c56618e7ac9c6ef5d7 > files > 10

Falcon-doc-0.9.6.6-1.fc14.noarch.rpm

<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Class CodeError - Class CodeError</title>
   <link href="faldoc.css" rel="stylesheet" type="text/css"/>
   <link href="tabs.css" rel="stylesheet" type="text/css"/>
</head>
<body class="faldoc_body">
<div class="navitop">
   <div class="tabs">
      <ul>
         <li><a href="./index.html"><span>Main</span></a></li>
         <li><a href="./pages.html"><span>Related pages</span></a></li>
         <li><a href="./groups.html"><span>Groups</span></a></li>
         <li><a href="./funset.html"><span>Function sets</span></a></li>
         <li><a href="./classes.html"><span>Classes</span></a></li>
         <li><a href="./objects.html"><span>Objects</span></a></li>
         <li><a href="./functions.html"><span>All functions</span></a></li>
         <li><a href="./globals.html"><span>Globals</span></a></li>
         
      </ul>
   </div>
</div>
<hr/>

<h1 class="faldoc_title">Class CodeError</h1>

<p class="faldoc_brief">VM and internal coded related error descriptor. </p>
<p class="faldoc_funcdecl">
<b>class</b> CodeError( [code], [description], [extra] ) \
      <b>from</b> <a href="./class_Error.html">Error</a>( code, description, extra  )
</p>




   <h3 class="faldoc_title">Inherited properties</h3>
   <table class="faldoc_list">
   
      <tr><td><a href="./class_Error.html#code">code</a> from Error&nbsp;</td><td>Error code associated with this error. </td></tr>
   
      <tr><td><a href="./class_Error.html#description">description</a> from Error&nbsp;</td><td>Textual description for the error.</td></tr>
   
      <tr><td><a href="./class_Error.html#line">line</a> from Error&nbsp;</td><td>Line at which the error happened.</td></tr>
   
      <tr><td><a href="./class_Error.html#message">message</a> from Error&nbsp;</td><td>Arbitrary text used to better explain and define the error conditions.</td></tr>
   
      <tr><td><a href="./class_Error.html#module">module</a> from Error&nbsp;</td><td>Name of the module where the error has been generated.</td></tr>
   
      <tr><td><a href="./class_Error.html#origin">origin</a> from Error&nbsp;</td><td>String identifying the origin of the error. </td></tr>
   
      <tr><td><a href="./class_Error.html#pc">pc</a> from Error&nbsp;</td><td>Program counter of the instruction that raised the error.</td></tr>
   
      <tr><td><a href="./class_Error.html#subErrors">subErrors</a> from Error&nbsp;</td><td>Array of sub-errors.</td></tr>
   
      <tr><td><a href="./class_Error.html#symbol">symbol</a> from Error&nbsp;</td><td>Symbol name (function or method) where the error has been raised.</td></tr>
   
      <tr><td><a href="./class_Error.html#systemError">systemError</a> from Error&nbsp;</td><td>If the error was caused by a failure.</td></tr>
   
   </table>



   <h3 class="faldoc_title">Inherited methods</h3>
   <table class="faldoc_list">
   
      <tr><td><a href="./class_Error.html#getSysErrDesc">getSysErrDesc</a> from Error&nbsp;</td><td>returns system specific error description. </td></tr>
   
      <tr><td><a href="./class_Error.html#heading">heading</a> from Error&nbsp;</td><td>Creates a short textual representation of the error. </td></tr>
   
      <tr><td><a href="./class_Error.html#toString">toString</a> from Error&nbsp;</td><td>Creates a textual representation of the error. </td></tr>
   
   </table>



<a name="more"><h2 class="faldoc_title">Detailed description</h2></a>

<p class="faldoc_funcdecl">
<b>class</b> CodeError( [code], [description], [extra] ) \
      <b>from</b> <a href="./class_Error.html">Error</a>( code, description, extra  )
</p>
<table class="faldoc_function">

<tr><td class="faldoc_optparam">code</td><td class="faldoc_optparamdesc">A numeric error code. </td></tr><tr><td class="faldoc_optparam">description</td><td class="faldoc_optparamdesc">A textual description of the error code. </td></tr><tr><td class="faldoc_optparam">extra</td><td class="faldoc_optparamdesc">A descriptive message explaining the error conditions. </td></tr>
</table>
<br/>
<p class="item_brief">VM and internal coded related error descriptor. </p>
<p class="faldoc_text">This hard errors are usually generated by the VM when it finds some corruption of the code, or some illegal istruction parameter. Scripts can hardly receive it, if not as a notification of something bad happened to another controlled script. </p>




<hr/>
<div class="navibottom">
   <center>
      <a href="./index.html">Main</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./pages.html">Related pages</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./groups.html">Groups</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./funset.html">Function sets</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./classes.html">Classes</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./objects.html">Objects</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./functions.html">All functions</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./globals.html">Globals</a>
   </center>
</div>
</div>
<div class="faldoc_signature">Made with <a href="http://www.falconpl.org">faldoc 2.2.0</div>
</body>
</html>