René's URL Explorer Experiment


Title: 8. Errors and Exceptions — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/tutorial/errors.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/tutorial/classes.html
previoushttps://docs.python.org/2/tutorial/inputoutput.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Tutorialhttps://docs.python.org/2/tutorial/index.html
https://docs.python.org/2/tutorial/errors.html#errors-and-exceptions
https://docs.python.org/2/tutorial/errors.html#syntax-errors
printhttps://docs.python.org/2/reference/simple_stmts.html#print
https://docs.python.org/2/tutorial/errors.html#exceptions
ZeroDivisionErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ZeroDivisionError
NameErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.NameError
TypeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.TypeError
Built-in Exceptionshttps://docs.python.org/2/library/exceptions.html#bltin-exceptions
https://docs.python.org/2/tutorial/errors.html#handling-exceptions
KeyboardInterrupthttps://docs.python.org/2/library/exceptions.html#exceptions.KeyboardInterrupt
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
excepthttps://docs.python.org/2/reference/compound_stmts.html#except
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
excepthttps://docs.python.org/2/reference/compound_stmts.html#except
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
excepthttps://docs.python.org/2/reference/compound_stmts.html#except
elsehttps://docs.python.org/2/reference/compound_stmts.html#else
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
excepthttps://docs.python.org/2/reference/compound_stmts.html#except
__str__()https://docs.python.org/2/reference/datamodel.html#object.__str__
https://docs.python.org/2/tutorial/errors.html#raising-exceptions
raisehttps://docs.python.org/2/reference/simple_stmts.html#raise
raisehttps://docs.python.org/2/reference/simple_stmts.html#raise
raisehttps://docs.python.org/2/reference/simple_stmts.html#raise
https://docs.python.org/2/tutorial/errors.html#user-defined-exceptions
Classeshttps://docs.python.org/2/tutorial/classes.html#tut-classes
Exceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.Exception
__init__()https://docs.python.org/2/reference/datamodel.html#object.__init__
Classeshttps://docs.python.org/2/tutorial/classes.html#tut-classes
https://docs.python.org/2/tutorial/errors.html#defining-clean-up-actions
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
excepthttps://docs.python.org/2/reference/compound_stmts.html#except
excepthttps://docs.python.org/2/reference/compound_stmts.html#except
elsehttps://docs.python.org/2/reference/compound_stmts.html#else
finallyhttps://docs.python.org/2/reference/compound_stmts.html#finally
finallyhttps://docs.python.org/2/reference/compound_stmts.html#finally
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
breakhttps://docs.python.org/2/reference/simple_stmts.html#break
continuehttps://docs.python.org/2/reference/simple_stmts.html#continue
returnhttps://docs.python.org/2/reference/simple_stmts.html#return
excepthttps://docs.python.org/2/reference/compound_stmts.html#except
finallyhttps://docs.python.org/2/reference/compound_stmts.html#finally
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
finallyhttps://docs.python.org/2/reference/compound_stmts.html#finally
TypeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.TypeError
excepthttps://docs.python.org/2/reference/compound_stmts.html#except
finallyhttps://docs.python.org/2/reference/compound_stmts.html#finally
finallyhttps://docs.python.org/2/reference/compound_stmts.html#finally
https://docs.python.org/2/tutorial/errors.html#predefined-clean-up-actions
withhttps://docs.python.org/2/reference/compound_stmts.html#with
Table of Contentshttps://docs.python.org/2/contents.html
8. Errors and Exceptionshttps://docs.python.org/2/tutorial/errors.html
8.1. Syntax Errorshttps://docs.python.org/2/tutorial/errors.html#syntax-errors
8.2. Exceptionshttps://docs.python.org/2/tutorial/errors.html#exceptions
8.3. Handling Exceptionshttps://docs.python.org/2/tutorial/errors.html#handling-exceptions
8.4. Raising Exceptionshttps://docs.python.org/2/tutorial/errors.html#raising-exceptions
8.5. User-defined Exceptionshttps://docs.python.org/2/tutorial/errors.html#user-defined-exceptions
8.6. Defining Clean-up Actionshttps://docs.python.org/2/tutorial/errors.html#defining-clean-up-actions
8.7. Predefined Clean-up Actionshttps://docs.python.org/2/tutorial/errors.html#predefined-clean-up-actions
7. Input and Outputhttps://docs.python.org/2/tutorial/inputoutput.html
9. Classeshttps://docs.python.org/2/tutorial/classes.html
Show Sourcehttps://docs.python.org/2/_sources/tutorial/errors.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/tutorial/classes.html
previoushttps://docs.python.org/2/tutorial/inputoutput.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Tutorialhttps://docs.python.org/2/tutorial/index.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.