Submit
Path:
~
/
/
usr
/
share
/
doc
/
python-babel-0.9.6
/
doc
/
api
/
File Content:
babel.core.UnknownLocaleError-class.html
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>babel.core.UnknownLocaleError</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th> <a href="babel-module.html">Home</a> </th> <!-- Tree link --> <th> <a href="module-tree.html">Trees</a> </th> <!-- Index link --> <th> <a href="identifier-index.html">Indices</a> </th> <!-- Help link --> <th> <a href="help.html">Help</a> </th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" ><a class="navbar" target="_top" href="../index.html">Documentation Index</a></th> </tr></table></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> <a href="babel-module.html">Package babel</a> :: <a href="babel.core-module.html">Module core</a> :: Class UnknownLocaleError </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> </table> </td> </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> <h1 class="epydoc">Class UnknownLocaleError</h1><p class="nomargin-top"></p> <pre class="base-tree"> object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | <strong class="uidshort">UnknownLocaleError</strong> </pre> <hr /> Exception thrown when a locale is requested for which no locale data is available. <!-- ==================== INSTANCE METHODS ==================== --> <a name="section-InstanceMethods"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td align="left" colspan="2" class="table-header"> <span class="table-header">Instance Methods</span></td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type"> </span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="babel.core.UnknownLocaleError-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">identifier</span>)</span><br /> Create the exception.</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>: <code>__new__</code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>: <code>__delattr__</code>, <code>__getattribute__</code>, <code>__getitem__</code>, <code>__getslice__</code>, <code>__reduce__</code>, <code>__repr__</code>, <code>__setattr__</code>, <code>__setstate__</code>, <code>__str__</code>, <code>__unicode__</code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__format__</code>, <code>__hash__</code>, <code>__reduce_ex__</code>, <code>__sizeof__</code>, <code>__subclasshook__</code> </p> </td> </tr> </table> <!-- ==================== PROPERTIES ==================== --> <a name="section-Properties"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td align="left" colspan="2" class="table-header"> <span class="table-header">Properties</span></td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>: <code>args</code>, <code>message</code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__class__</code> </p> </td> </tr> </table> <!-- ==================== METHOD DETAILS ==================== --> <a name="section-MethodDetails"></a> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td align="left" colspan="2" class="table-header"> <span class="table-header">Method Details</span></td> </tr> </table> <a name="__init__"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>, <span class="sig-arg">identifier</span>)</span> <br /><em class="fname">(Constructor)</em> </h3> </td><td align="right" valign="top" > </td> </tr></table> Create the exception. <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>identifier</code></strong> - the identifier string of the unsupported locale</li> </ul></dd> <dt>Overrides: object.__init__ </dt> </dl> </td></tr></table> </div> <br /> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th> <a href="babel-module.html">Home</a> </th> <!-- Tree link --> <th> <a href="module-tree.html">Trees</a> </th> <!-- Index link --> <th> <a href="identifier-index.html">Indices</a> </th> <!-- Help link --> <th> <a href="help.html">Help</a> </th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" ><a class="navbar" target="_top" href="../index.html">Documentation Index</a></th> </tr></table></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0.1 on Thu Mar 17 15:12:44 2011 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" >http://epydoc.sourceforge.net</a> </td> </tr> </table> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
Submit
FILE
FOLDER
Name
Size
Permission
Action
api-objects.txt
29419 bytes
0644
babel-module.html
9005 bytes
0644
babel.core-module.html
23987 bytes
0644
babel.core.Locale-class.html
68993 bytes
0644
babel.core.UnknownLocaleError-class.html
7997 bytes
0644
babel.dates-module.html
34865 bytes
0644
babel.localedata-module.html
10671 bytes
0644
babel.messages-module.html
6822 bytes
0644
babel.messages.catalog-module.html
5118 bytes
0644
babel.messages.catalog.Catalog-class.html
49236 bytes
0644
babel.messages.catalog.Message-class.html
20428 bytes
0644
babel.messages.catalog.TranslationError-class.html
6230 bytes
0644
babel.messages.checkers-module.html
6635 bytes
0644
babel.messages.extract-module.html
28378 bytes
0644
babel.messages.frontend-module.html
9363 bytes
0644
babel.messages.frontend.CommandLineInterface-class.html
18404 bytes
0644
babel.messages.frontend.compile_catalog-class.html
18436 bytes
0644
babel.messages.frontend.extract_messages-class.html
20210 bytes
0644
babel.messages.frontend.init_catalog-class.html
18110 bytes
0644
babel.messages.frontend.update_catalog-class.html
19211 bytes
0644
babel.messages.jslexer-module.html
24697 bytes
0644
babel.messages.jslexer.Token-class.html
11766 bytes
0644
babel.messages.mofile-module.html
10013 bytes
0644
babel.messages.plurals-module.html
13832 bytes
0644
babel.messages.pofile-module.html
16311 bytes
0644
babel.numbers-module.html
27071 bytes
0644
babel.numbers.NumberFormatError-class.html
6334 bytes
0644
babel.support-module.html
5197 bytes
0644
babel.support.Format-class.html
23471 bytes
0644
babel.support.LazyProxy-class.html
27993 bytes
0644
babel.support.Translations-class.html
23459 bytes
0644
babel.util-module.html
15241 bytes
0644
babel.util.odict-class.html
28918 bytes
0644
class-tree.html
9625 bytes
0644
crarr.png
340 bytes
0644
epydoc.css
5663 bytes
0644
epydoc.js
10581 bytes
0644
help.html
10855 bytes
0644
identifier-index.html
76498 bytes
0644
index.html
9005 bytes
0644
module-tree.html
6889 bytes
0644
redirect.html
1932 bytes
0644
since-index.html
6519 bytes
0644
N4ST4R_ID | Naxtarrr