René's URL Explorer Experiment


Title: 8. Errors and Exceptions — Python 3.5.10 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

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

URLs of crawlers that visited me.