summaryrefslogtreecommitdiff
path: root/www/html/api/Cheetah.ErrorCatchers.html
diff options
context:
space:
mode:
authorHyunjee Kim <hj0426.kim@samsung.com>2020-04-09 15:42:18 +0900
committerHyunjee Kim <hj0426.kim@samsung.com>2020-04-09 15:42:35 +0900
commitc50569b7f808f96205f682734e0ff7d751067d01 (patch)
treec81c1390de13ceff2e54bbd563101bed3029cd51 /www/html/api/Cheetah.ErrorCatchers.html
parent702ee4daf679b1079b199bb68589f25cb96aa27e (diff)
downloadpython3-Cheetah-c50569b7f808f96205f682734e0ff7d751067d01.tar.gz
python3-Cheetah-c50569b7f808f96205f682734e0ff7d751067d01.tar.bz2
python3-Cheetah-c50569b7f808f96205f682734e0ff7d751067d01.zip
Imported Upstream version 3.0.0upstream/3.0.0
Change-Id: I76de454a67549998787920c0b4a62fd3d29b1d8f Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
Diffstat (limited to 'www/html/api/Cheetah.ErrorCatchers.html')
-rw-r--r--www/html/api/Cheetah.ErrorCatchers.html165
1 files changed, 165 insertions, 0 deletions
diff --git a/www/html/api/Cheetah.ErrorCatchers.html b/www/html/api/Cheetah.ErrorCatchers.html
new file mode 100644
index 0000000..acd804f
--- /dev/null
+++ b/www/html/api/Cheetah.ErrorCatchers.html
@@ -0,0 +1,165 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <title>Cheetah.ErrorCatchers module &#8212; Cheetah3 - The Python-Powered Template Engine</title>
+
+ <link rel="stylesheet" href="../_static/sphinxdoc.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+
+ <script type="text/javascript">
+ var DOCUMENTATION_OPTIONS = {
+ URL_ROOT: '../',
+ VERSION: '3.0.0',
+ COLLAPSE_INDEX: false,
+ FILE_SUFFIX: '.html',
+ HAS_SOURCE: true,
+ SOURCELINK_SUFFIX: '.txt'
+ };
+ </script>
+ <script type="text/javascript" src="../_static/jquery.js"></script>
+ <script type="text/javascript" src="../_static/underscore.js"></script>
+ <script type="text/javascript" src="../_static/doctools.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ </head>
+ <body role="document">
+ <div class="related" role="navigation" aria-label="related navigation">
+ <h3>Navigation</h3>
+ <ul>
+ <li class="right" style="margin-right: 10px">
+ <a href="../genindex.html" title="General Index"
+ accesskey="I">index</a></li>
+ <li class="right" >
+ <a href="../py-modindex.html" title="Python Module Index"
+ >modules</a> |</li>
+ <li class="nav-item nav-item-0"><a href="../index.html">Cheetah3 - The Python-Powered Template Engine</a> &#187;</li>
+ </ul>
+ </div>
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+ <div class="sphinxsidebarwrapper">
+ <div role="note" aria-label="source link">
+ <h3>This Page</h3>
+ <ul class="this-page-menu">
+ <li><a href="../_sources/api/Cheetah.ErrorCatchers.rst.txt"
+ rel="nofollow">Show Source</a></li>
+ </ul>
+ </div>
+<div id="searchbox" style="display: none" role="search">
+ <h3>Quick search</h3>
+ <form class="search" action="../search.html" method="get">
+ <div><input type="text" name="q" /></div>
+ <div><input type="submit" value="Go" /></div>
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+ </div>
+ </div>
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+ <div class="body" role="main">
+
+ <div class="section" id="module-Cheetah.ErrorCatchers">
+<span id="cheetah-errorcatchers-module"></span><h1>Cheetah.ErrorCatchers module<a class="headerlink" href="#module-Cheetah.ErrorCatchers" title="Permalink to this headline">¶</a></h1>
+<dl class="class">
+<dt id="Cheetah.ErrorCatchers.BigEcho">
+<em class="property">class </em><code class="descclassname">Cheetah.ErrorCatchers.</code><code class="descname">BigEcho</code><span class="sig-paren">(</span><em>templateObj</em><span class="sig-paren">)</span><a class="headerlink" href="#Cheetah.ErrorCatchers.BigEcho" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="#Cheetah.ErrorCatchers.ErrorCatcher" title="Cheetah.ErrorCatchers.ErrorCatcher"><code class="xref py py-class docutils literal"><span class="pre">Cheetah.ErrorCatchers.ErrorCatcher</span></code></a></p>
+<dl class="method">
+<dt id="Cheetah.ErrorCatchers.BigEcho.warn">
+<code class="descname">warn</code><span class="sig-paren">(</span><em>exc_val</em>, <em>code</em>, <em>rawCode</em>, <em>lineCol</em><span class="sig-paren">)</span><a class="headerlink" href="#Cheetah.ErrorCatchers.BigEcho.warn" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="attribute">
+<dt id="Cheetah.ErrorCatchers.Echo">
+<code class="descclassname">Cheetah.ErrorCatchers.</code><code class="descname">Echo</code><a class="headerlink" href="#Cheetah.ErrorCatchers.Echo" title="Permalink to this definition">¶</a></dt>
+<dd><p>alias of <a class="reference internal" href="#Cheetah.ErrorCatchers.ErrorCatcher" title="Cheetah.ErrorCatchers.ErrorCatcher"><code class="xref py py-class docutils literal"><span class="pre">ErrorCatcher</span></code></a></p>
+</dd></dl>
+
+<dl class="exception">
+<dt id="Cheetah.ErrorCatchers.Error">
+<em class="property">exception </em><code class="descclassname">Cheetah.ErrorCatchers.</code><code class="descname">Error</code><a class="headerlink" href="#Cheetah.ErrorCatchers.Error" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">exceptions.Exception</span></code></p>
+</dd></dl>
+
+<dl class="class">
+<dt id="Cheetah.ErrorCatchers.ErrorCatcher">
+<em class="property">class </em><code class="descclassname">Cheetah.ErrorCatchers.</code><code class="descname">ErrorCatcher</code><span class="sig-paren">(</span><em>templateObj</em><span class="sig-paren">)</span><a class="headerlink" href="#Cheetah.ErrorCatchers.ErrorCatcher" title="Permalink to this definition">¶</a></dt>
+<dd><dl class="method">
+<dt id="Cheetah.ErrorCatchers.ErrorCatcher.exceptions">
+<code class="descname">exceptions</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#Cheetah.ErrorCatchers.ErrorCatcher.exceptions" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="Cheetah.ErrorCatchers.ErrorCatcher.warn">
+<code class="descname">warn</code><span class="sig-paren">(</span><em>exc_val</em>, <em>code</em>, <em>rawCode</em>, <em>lineCol</em><span class="sig-paren">)</span><a class="headerlink" href="#Cheetah.ErrorCatchers.ErrorCatcher.warn" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="Cheetah.ErrorCatchers.KeyError">
+<em class="property">class </em><code class="descclassname">Cheetah.ErrorCatchers.</code><code class="descname">KeyError</code><span class="sig-paren">(</span><em>templateObj</em><span class="sig-paren">)</span><a class="headerlink" href="#Cheetah.ErrorCatchers.KeyError" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="#Cheetah.ErrorCatchers.ErrorCatcher" title="Cheetah.ErrorCatchers.ErrorCatcher"><code class="xref py py-class docutils literal"><span class="pre">Cheetah.ErrorCatchers.ErrorCatcher</span></code></a></p>
+<dl class="method">
+<dt id="Cheetah.ErrorCatchers.KeyError.warn">
+<code class="descname">warn</code><span class="sig-paren">(</span><em>exc_val</em>, <em>code</em>, <em>rawCode</em>, <em>lineCol</em><span class="sig-paren">)</span><a class="headerlink" href="#Cheetah.ErrorCatchers.KeyError.warn" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="Cheetah.ErrorCatchers.ListErrors">
+<em class="property">class </em><code class="descclassname">Cheetah.ErrorCatchers.</code><code class="descname">ListErrors</code><span class="sig-paren">(</span><em>templateObj</em><span class="sig-paren">)</span><a class="headerlink" href="#Cheetah.ErrorCatchers.ListErrors" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="#Cheetah.ErrorCatchers.ErrorCatcher" title="Cheetah.ErrorCatchers.ErrorCatcher"><code class="xref py py-class docutils literal"><span class="pre">Cheetah.ErrorCatchers.ErrorCatcher</span></code></a></p>
+<p>Accumulate a list of errors.</p>
+<dl class="method">
+<dt id="Cheetah.ErrorCatchers.ListErrors.listErrors">
+<code class="descname">listErrors</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#Cheetah.ErrorCatchers.ListErrors.listErrors" title="Permalink to this definition">¶</a></dt>
+<dd><p>Return the list of errors.</p>
+</dd></dl>
+
+<dl class="method">
+<dt id="Cheetah.ErrorCatchers.ListErrors.warn">
+<code class="descname">warn</code><span class="sig-paren">(</span><em>exc_val</em>, <em>code</em>, <em>rawCode</em>, <em>lineCol</em><span class="sig-paren">)</span><a class="headerlink" href="#Cheetah.ErrorCatchers.ListErrors.warn" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+</div>
+
+
+ </div>
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="related" role="navigation" aria-label="related navigation">
+ <h3>Navigation</h3>
+ <ul>
+ <li class="right" style="margin-right: 10px">
+ <a href="../genindex.html" title="General Index"
+ >index</a></li>
+ <li class="right" >
+ <a href="../py-modindex.html" title="Python Module Index"
+ >modules</a> |</li>
+ <li class="nav-item nav-item-0"><a href="../index.html">Cheetah3 - The Python-Powered Template Engine</a> &#187;</li>
+ </ul>
+ </div>
+ <div class="footer" role="contentinfo">
+ &#169; Copyright 2017, Oleg Broytman; 2009-2012, R. Tyler Croy; 2001-2008, The Cheetah Development Team..
+ Last updated on May 07, 2017.
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.5.
+ </div>
+ </body>
+</html> \ No newline at end of file