Changeset 824
- Timestamp:
- 11/14/05 12:56:15
- Files:
-
- trunk/docs/book/xml/errorhandling.xml (modified) (2 diffs)
- trunk/docs/book/xml/errors.gif (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/book/xml/errorhandling.xml
r780 r824 3 3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xml:id="globaloverviewcherrypy"> 4 4 <title>Exceptions and Error Handling</title> 5 <para>As you read this section, refer to the following diagram to understand the flow of 6 execution:</para> 7 <figure> 8 <mediaobject> 9 <imageobject> 10 <imagedata fileref="errors.gif" /> 11 </imageobject> 12 </mediaobject> 13 </figure> 5 14 <section> 6 15 <title>Unanticipated exceptions</title> … … 13 22 <listitem> 14 23 <para>a <code>_cpOnError</code> method is called</para> 24 </listitem> 25 <listitem> 26 <para><code>response.finalize</code> is called</para> 15 27 </listitem> 16 28 <listitem>

