Changeset 4556 for trunk/manuals
- Timestamp:
- 11/01/08 10:24:32 (2 months ago)
- Location:
- trunk/manuals/userman
- Files:
-
- 2 modified
-
errors.html (modified) (3 diffs)
-
index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/userman/errors.html
r4213 r4556 28 28 Errors thrown by Logtalk defined built-in predicates have the following format: 29 29 </p> 30 <pre>error(Error, Call)</pre>30 <pre>error(Error, Goal)</pre> 31 31 <p> 32 32 For example: … … 41 41 </p> 42 42 <pre>error(permission_error(modify, private_predicate, p(_)), foo::abolish(p/1), user)</pre> 43 <p> 44 The <code>Goal</code>, <code>Message</code>, and <code>Sender</code> can be variables when the corresponding information is not available. 45 </p> 43 46 44 47 <h2>Compiler warnings and errors<a id="errors_compiler"></a></h2> … … 126 129 <div class="copyright"> 127 130 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 128 <span>Last updated on: April 21, 2008</span>131 <span>Last updated on: October 31, 2008</span> 129 132 </div> 130 133 <div class="navbottom"> -
trunk/manuals/userman/index.html
r4549 r4556 304 304 <div class="copyright"> 305 305 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 306 <span>Last updated on: October 3 0, 2008</span>306 <span>Last updated on: October 31, 2008</span> 307 307 </div> 308 308 <div class="navbottom">
