Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4fccfe23f6486142b4197d1daac0cf21 > files > 3

Falcon-doc-0.9.6.6-2.fc15.noarch.rpm

<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Class AccessError - Class AccessError</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 AccessError</h1>

<p class="faldoc_brief">Error accessing an indexed item. </p>
<p class="faldoc_funcdecl">
<b>class</b> AccessError( [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> AccessError( [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">Error accessing an indexed item. </p>
<p class="faldoc_text">This error is generated when an array was accessed beyond its size, or a key was not found in a dictionary, or a requested property was not found in an object. </p>
<p class="faldoc_text">In addition, core, RTL and extension functions may raise this error when the semantic is appropriate (i.e. when providing them unexisting property names, or when requesting to access an unexisting range in an array). </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>