René's URL Explorer Experiment


Title: 5. Built-in Exceptions — Python v3.2.6 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/library/strings.html
previoushttps://docs.python.org/3.2/library/stdtypes.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Standard Libraryhttps://docs.python.org/3.2/library/index.html
https://docs.python.org/3.2/library/exceptions.html#built-in-exceptions
BaseExceptionhttps://docs.python.org/3.2/library/exceptions.html#BaseException
tryhttps://docs.python.org/3.2/reference/compound_stmts.html#try
excepthttps://docs.python.org/3.2/reference/compound_stmts.html#except
Exceptionhttps://docs.python.org/3.2/library/exceptions.html#Exception
BaseExceptionhttps://docs.python.org/3.2/library/exceptions.html#BaseException
User-defined Exceptionshttps://docs.python.org/3.2/tutorial/errors.html#tut-userexceptions
https://docs.python.org/3.2/library/exceptions.html#BaseException
Exceptionhttps://docs.python.org/3.2/library/exceptions.html#Exception
str()https://docs.python.org/3.2/library/functions.html#str
https://docs.python.org/3.2/library/exceptions.html#BaseException.args
IOErrorhttps://docs.python.org/3.2/library/exceptions.html#IOError
https://docs.python.org/3.2/library/exceptions.html#BaseException.with_traceback
https://docs.python.org/3.2/library/exceptions.html#Exception
https://docs.python.org/3.2/library/exceptions.html#ArithmeticError
OverflowErrorhttps://docs.python.org/3.2/library/exceptions.html#OverflowError
ZeroDivisionErrorhttps://docs.python.org/3.2/library/exceptions.html#ZeroDivisionError
FloatingPointErrorhttps://docs.python.org/3.2/library/exceptions.html#FloatingPointError
https://docs.python.org/3.2/library/exceptions.html#BufferError
bufferhttps://docs.python.org/3.2/c-api/buffer.html#bufferobjects
https://docs.python.org/3.2/library/exceptions.html#LookupError
IndexErrorhttps://docs.python.org/3.2/library/exceptions.html#IndexError
KeyErrorhttps://docs.python.org/3.2/library/exceptions.html#KeyError
codecs.lookup()https://docs.python.org/3.2/library/codecs.html#codecs.lookup
https://docs.python.org/3.2/library/exceptions.html#EnvironmentError
IOErrorhttps://docs.python.org/3.2/library/exceptions.html#IOError
OSErrorhttps://docs.python.org/3.2/library/exceptions.html#OSError
errnohttps://docs.python.org/3.2/library/errno.html#module-errno
EnvironmentErrorhttps://docs.python.org/3.2/library/exceptions.html#EnvironmentError
errnohttps://docs.python.org/3.2/library/errno.html#module-errno
https://docs.python.org/3.2/library/exceptions.html#AssertionError
asserthttps://docs.python.org/3.2/reference/simple_stmts.html#assert
https://docs.python.org/3.2/library/exceptions.html#AttributeError
Attribute referenceshttps://docs.python.org/3.2/reference/expressions.html#attribute-references
TypeErrorhttps://docs.python.org/3.2/library/exceptions.html#TypeError
https://docs.python.org/3.2/library/exceptions.html#EOFError
input()https://docs.python.org/3.2/library/functions.html#input
https://docs.python.org/3.2/library/exceptions.html#FloatingPointError
https://docs.python.org/3.2/library/exceptions.html#GeneratorExit
generatorhttps://docs.python.org/3.2/glossary.html#term-generator
BaseExceptionhttps://docs.python.org/3.2/library/exceptions.html#BaseException
Exceptionhttps://docs.python.org/3.2/library/exceptions.html#Exception
https://docs.python.org/3.2/library/exceptions.html#IOError
print()https://docs.python.org/3.2/library/functions.html#print
open()https://docs.python.org/3.2/library/functions.html#open
file objecthttps://docs.python.org/3.2/glossary.html#term-file-object
EnvironmentErrorhttps://docs.python.org/3.2/library/exceptions.html#EnvironmentError
https://docs.python.org/3.2/library/exceptions.html#ImportError
importhttps://docs.python.org/3.2/reference/simple_stmts.html#import
https://docs.python.org/3.2/library/exceptions.html#IndexError
TypeErrorhttps://docs.python.org/3.2/library/exceptions.html#TypeError
https://docs.python.org/3.2/library/exceptions.html#KeyError
https://docs.python.org/3.2/library/exceptions.html#KeyboardInterrupt
BaseExceptionhttps://docs.python.org/3.2/library/exceptions.html#BaseException
Exceptionhttps://docs.python.org/3.2/library/exceptions.html#Exception
https://docs.python.org/3.2/library/exceptions.html#MemoryError
https://docs.python.org/3.2/library/exceptions.html#NameError
https://docs.python.org/3.2/library/exceptions.html#NotImplementedError
RuntimeErrorhttps://docs.python.org/3.2/library/exceptions.html#RuntimeError
https://docs.python.org/3.2/library/exceptions.html#OSError
EnvironmentErrorhttps://docs.python.org/3.2/library/exceptions.html#EnvironmentError
errnohttps://docs.python.org/3.2/library/errno.html#module-errno
errnohttps://docs.python.org/3.2/library/errno.html#module-errno
https://docs.python.org/3.2/library/exceptions.html#OverflowError
MemoryErrorhttps://docs.python.org/3.2/library/exceptions.html#MemoryError
https://docs.python.org/3.2/library/exceptions.html#ReferenceError
weakref.proxy()https://docs.python.org/3.2/library/weakref.html#weakref.proxy
weakrefhttps://docs.python.org/3.2/library/weakref.html#module-weakref
https://docs.python.org/3.2/library/exceptions.html#RuntimeError
https://docs.python.org/3.2/library/exceptions.html#StopIteration
next()https://docs.python.org/3.2/library/functions.html#next
iteratorhttps://docs.python.org/3.2/glossary.html#term-iterator
__next__()https://docs.python.org/3.2/library/stdtypes.html#iterator.__next__
https://docs.python.org/3.2/library/exceptions.html#SyntaxError
importhttps://docs.python.org/3.2/reference/simple_stmts.html#import
exec()https://docs.python.org/3.2/library/functions.html#exec
eval()https://docs.python.org/3.2/library/functions.html#eval
str()https://docs.python.org/3.2/library/functions.html#str
https://docs.python.org/3.2/library/exceptions.html#IndentationError
SyntaxErrorhttps://docs.python.org/3.2/library/exceptions.html#SyntaxError
https://docs.python.org/3.2/library/exceptions.html#TabError
IndentationErrorhttps://docs.python.org/3.2/library/exceptions.html#IndentationError
https://docs.python.org/3.2/library/exceptions.html#SystemError
https://docs.python.org/3.2/library/exceptions.html#SystemExit
sys.exit()https://docs.python.org/3.2/library/sys.html#sys.exit
codehttps://docs.python.org/3.2/library/code.html#module-code
BaseExceptionhttps://docs.python.org/3.2/library/exceptions.html#BaseException
Exceptionhttps://docs.python.org/3.2/library/exceptions.html#Exception
sys.exit()https://docs.python.org/3.2/library/sys.html#sys.exit
finallyhttps://docs.python.org/3.2/reference/compound_stmts.html#finally
tryhttps://docs.python.org/3.2/reference/compound_stmts.html#try
os._exit()https://docs.python.org/3.2/library/os.html#os._exit
BaseExceptionhttps://docs.python.org/3.2/library/exceptions.html#BaseException
Exceptionhttps://docs.python.org/3.2/library/exceptions.html#Exception
Exceptionhttps://docs.python.org/3.2/library/exceptions.html#Exception
https://docs.python.org/3.2/library/exceptions.html#TypeError
https://docs.python.org/3.2/library/exceptions.html#UnboundLocalError
NameErrorhttps://docs.python.org/3.2/library/exceptions.html#NameError
https://docs.python.org/3.2/library/exceptions.html#UnicodeError
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
https://docs.python.org/3.2/library/exceptions.html#UnicodeEncodeError
UnicodeErrorhttps://docs.python.org/3.2/library/exceptions.html#UnicodeError
https://docs.python.org/3.2/library/exceptions.html#UnicodeDecodeError
UnicodeErrorhttps://docs.python.org/3.2/library/exceptions.html#UnicodeError
https://docs.python.org/3.2/library/exceptions.html#UnicodeTranslateError
UnicodeErrorhttps://docs.python.org/3.2/library/exceptions.html#UnicodeError
https://docs.python.org/3.2/library/exceptions.html#ValueError
IndexErrorhttps://docs.python.org/3.2/library/exceptions.html#IndexError
https://docs.python.org/3.2/library/exceptions.html#VMSError
https://docs.python.org/3.2/library/exceptions.html#WindowsError
errnohttps://docs.python.org/3.2/library/errno.html#module-errno
OSErrorhttps://docs.python.org/3.2/library/exceptions.html#OSError
https://docs.python.org/3.2/library/exceptions.html#ZeroDivisionError
warningshttps://docs.python.org/3.2/library/warnings.html#module-warnings
https://docs.python.org/3.2/library/exceptions.html#Warning
https://docs.python.org/3.2/library/exceptions.html#UserWarning
https://docs.python.org/3.2/library/exceptions.html#DeprecationWarning
https://docs.python.org/3.2/library/exceptions.html#PendingDeprecationWarning
https://docs.python.org/3.2/library/exceptions.html#SyntaxWarning
https://docs.python.org/3.2/library/exceptions.html#RuntimeWarning
https://docs.python.org/3.2/library/exceptions.html#FutureWarning
https://docs.python.org/3.2/library/exceptions.html#ImportWarning
https://docs.python.org/3.2/library/exceptions.html#UnicodeWarning
https://docs.python.org/3.2/library/exceptions.html#BytesWarning
byteshttps://docs.python.org/3.2/library/functions.html#bytes
https://docs.python.org/3.2/library/exceptions.html#ResourceWarning
https://docs.python.org/3.2/library/exceptions.html#exception-hierarchy
Table Of Contentshttps://docs.python.org/3.2/contents.html
5. Built-in Exceptionshttps://docs.python.org/3.2/library/exceptions.html
5.1. Exception hierarchyhttps://docs.python.org/3.2/library/exceptions.html#exception-hierarchy
4. Built-in Typeshttps://docs.python.org/3.2/library/stdtypes.html
6. String Serviceshttps://docs.python.org/3.2/library/strings.html
Report a Bughttps://docs.python.org/3.2/bugs.html
Show Sourcehttps://docs.python.org/3.2/_sources/library/exceptions.txt
indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/library/strings.html
previoushttps://docs.python.org/3.2/library/stdtypes.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Standard Libraryhttps://docs.python.org/3.2/library/index.html
Copyrighthttps://docs.python.org/3.2/copyright.html
Please donate.http://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.