Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 824

Show
Ignore:
Timestamp:
11/14/05 12:56:15
Author:
fumanchu
Message:

Docs: explanatory diagram for error-handling flow.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/book/xml/errorhandling.xml

    r780 r824  
    33         xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xml:id="globaloverviewcherrypy"> 
    44    <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> 
    514    <section> 
    615        <title>Unanticipated exceptions</title> 
     
    1322            <listitem> 
    1423                <para>a <code>_cpOnError</code> method is called</para> 
     24            </listitem> 
     25            <listitem> 
     26                <para><code>response.finalize</code> is called</para> 
    1527            </listitem> 
    1628            <listitem> 

Hosted by WebFaction

Log in as guest/cpguest to create tickets