René's URL Explorer Experiment


Title: 6. Built-in 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/library/exceptions.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/strings.html
previoushttps://docs.python.org/2/library/stdtypes.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
https://docs.python.org/2/library/exceptions.html#module-exceptions
exceptionshttps://docs.python.org/2/library/exceptions.html#module-exceptions
exceptionshttps://docs.python.org/2/library/exceptions.html#module-exceptions
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
excepthttps://docs.python.org/2/reference/compound_stmts.html#except
raisehttps://docs.python.org/2/reference/simple_stmts.html#raise
BaseExceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.BaseException
Exceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.Exception
BaseExceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.BaseException
User-defined Exceptionshttps://docs.python.org/2/tutorial/errors.html#tut-userexceptions
https://docs.python.org/2/library/exceptions.html#exceptions.BaseException
Exceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.Exception
str()https://docs.python.org/2/library/functions.html#str
unicode()https://docs.python.org/2/library/functions.html#unicode
https://docs.python.org/2/library/exceptions.html#exceptions.BaseException.args
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
https://docs.python.org/2/library/exceptions.html#exceptions.Exception
BaseExceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.BaseException
https://docs.python.org/2/library/exceptions.html#exceptions.StandardError
StopIterationhttps://docs.python.org/2/library/exceptions.html#exceptions.StopIteration
GeneratorExithttps://docs.python.org/2/library/exceptions.html#exceptions.GeneratorExit
KeyboardInterrupthttps://docs.python.org/2/library/exceptions.html#exceptions.KeyboardInterrupt
SystemExithttps://docs.python.org/2/library/exceptions.html#exceptions.SystemExit
StandardErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.StandardError
Exceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.Exception
https://docs.python.org/2/library/exceptions.html#exceptions.ArithmeticError
OverflowErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.OverflowError
ZeroDivisionErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ZeroDivisionError
FloatingPointErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.FloatingPointError
https://docs.python.org/2/library/exceptions.html#exceptions.BufferError
bufferhttps://docs.python.org/2/c-api/buffer.html#bufferobjects
https://docs.python.org/2/library/exceptions.html#exceptions.LookupError
IndexErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IndexError
KeyErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.KeyError
codecs.lookup()https://docs.python.org/2/library/codecs.html#codecs.lookup
https://docs.python.org/2/library/exceptions.html#exceptions.EnvironmentError
IOErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IOError
OSErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.OSError
errnohttps://docs.python.org/2/library/errno.html#module-errno
EnvironmentErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.EnvironmentError
errnohttps://docs.python.org/2/library/errno.html#module-errno
https://docs.python.org/2/library/exceptions.html#exceptions.AssertionError
asserthttps://docs.python.org/2/reference/simple_stmts.html#assert
https://docs.python.org/2/library/exceptions.html#exceptions.AttributeError
Attribute referenceshttps://docs.python.org/2/reference/expressions.html#attribute-references
TypeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.TypeError
https://docs.python.org/2/library/exceptions.html#exceptions.EOFError
input()https://docs.python.org/2/library/functions.html#input
raw_input()https://docs.python.org/2/library/functions.html#raw_input
file.read()https://docs.python.org/2/library/stdtypes.html#file.read
file.readline()https://docs.python.org/2/library/stdtypes.html#file.readline
https://docs.python.org/2/library/exceptions.html#exceptions.FloatingPointError
https://docs.python.org/2/library/exceptions.html#exceptions.GeneratorExit
generatorhttps://docs.python.org/2/glossary.html#term-generator
BaseExceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.BaseException
StandardErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.StandardError
BaseExceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.BaseException
https://docs.python.org/2/library/exceptions.html#exceptions.IOError
printhttps://docs.python.org/2/reference/simple_stmts.html#print
open()https://docs.python.org/2/library/functions.html#open
EnvironmentErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.EnvironmentError
socket.errorhttps://docs.python.org/2/library/socket.html#socket.error
https://docs.python.org/2/library/exceptions.html#exceptions.ImportError
importhttps://docs.python.org/2/reference/simple_stmts.html#import
https://docs.python.org/2/library/exceptions.html#exceptions.IndexError
TypeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.TypeError
https://docs.python.org/2/library/exceptions.html#exceptions.KeyError
https://docs.python.org/2/library/exceptions.html#exceptions.KeyboardInterrupt
input()https://docs.python.org/2/library/functions.html#input
raw_input()https://docs.python.org/2/library/functions.html#raw_input
BaseExceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.BaseException
Exceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.Exception
BaseExceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.BaseException
https://docs.python.org/2/library/exceptions.html#exceptions.MemoryError
https://docs.python.org/2/library/exceptions.html#exceptions.NameError
https://docs.python.org/2/library/exceptions.html#exceptions.NotImplementedError
RuntimeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.RuntimeError
https://docs.python.org/2/library/exceptions.html#exceptions.OSError
EnvironmentErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.EnvironmentError
errnohttps://docs.python.org/2/library/errno.html#module-errno
errnohttps://docs.python.org/2/library/errno.html#module-errno
https://docs.python.org/2/library/exceptions.html#exceptions.OverflowError
MemoryErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.MemoryError
https://docs.python.org/2/library/exceptions.html#exceptions.ReferenceError
weakref.proxy()https://docs.python.org/2/library/weakref.html#weakref.proxy
weakrefhttps://docs.python.org/2/library/weakref.html#module-weakref
weakref.ReferenceErrorhttps://docs.python.org/2/library/weakref.html#weakref.ReferenceError
https://docs.python.org/2/library/exceptions.html#exceptions.RuntimeError
https://docs.python.org/2/library/exceptions.html#exceptions.StopIteration
iteratorhttps://docs.python.org/2/glossary.html#term-iterator
next()https://docs.python.org/2/library/stdtypes.html#iterator.next
Exceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.Exception
StandardErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.StandardError
https://docs.python.org/2/library/exceptions.html#exceptions.SyntaxError
importhttps://docs.python.org/2/reference/simple_stmts.html#import
exechttps://docs.python.org/2/reference/simple_stmts.html#exec
eval()https://docs.python.org/2/library/functions.html#eval
input()https://docs.python.org/2/library/functions.html#input
str()https://docs.python.org/2/library/functions.html#str
https://docs.python.org/2/library/exceptions.html#exceptions.IndentationError
SyntaxErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.SyntaxError
https://docs.python.org/2/library/exceptions.html#exceptions.TabError
IndentationErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IndentationError
https://docs.python.org/2/library/exceptions.html#exceptions.SystemError
https://docs.python.org/2/library/exceptions.html#exceptions.SystemExit
sys.exit()https://docs.python.org/2/library/sys.html#sys.exit
BaseExceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.BaseException
StandardErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.StandardError
sys.exit()https://docs.python.org/2/library/sys.html#sys.exit
finallyhttps://docs.python.org/2/reference/compound_stmts.html#finally
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
os._exit()https://docs.python.org/2/library/os.html#os._exit
os.fork()https://docs.python.org/2/library/os.html#os.fork
BaseExceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.BaseException
StandardErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.StandardError
Exceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.Exception
Exceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.Exception
BaseExceptionhttps://docs.python.org/2/library/exceptions.html#exceptions.BaseException
https://docs.python.org/2/library/exceptions.html#exceptions.TypeError
https://docs.python.org/2/library/exceptions.html#exceptions.UnboundLocalError
NameErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.NameError
https://docs.python.org/2/library/exceptions.html#exceptions.UnicodeError
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
UnicodeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.UnicodeError
https://docs.python.org/2/library/exceptions.html#exceptions.UnicodeError.encoding
https://docs.python.org/2/library/exceptions.html#exceptions.UnicodeError.reason
https://docs.python.org/2/library/exceptions.html#exceptions.UnicodeError.object
https://docs.python.org/2/library/exceptions.html#exceptions.UnicodeError.start
objecthttps://docs.python.org/2/library/functions.html#object
https://docs.python.org/2/library/exceptions.html#exceptions.UnicodeError.end
objecthttps://docs.python.org/2/library/functions.html#object
https://docs.python.org/2/library/exceptions.html#exceptions.UnicodeEncodeError
UnicodeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.UnicodeError
https://docs.python.org/2/library/exceptions.html#exceptions.UnicodeDecodeError
UnicodeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.UnicodeError
https://docs.python.org/2/library/exceptions.html#exceptions.UnicodeTranslateError
UnicodeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.UnicodeError
https://docs.python.org/2/library/exceptions.html#exceptions.ValueError
IndexErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IndexError
https://docs.python.org/2/library/exceptions.html#exceptions.VMSError
https://docs.python.org/2/library/exceptions.html#exceptions.WindowsError
errnohttps://docs.python.org/2/library/errno.html#module-errno
OSErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.OSError
errnohttps://docs.python.org/2/library/errno.html#module-errno
https://docs.python.org/2/library/exceptions.html#exceptions.ZeroDivisionError
warningshttps://docs.python.org/2/library/warnings.html#module-warnings
https://docs.python.org/2/library/exceptions.html#exceptions.Warning
https://docs.python.org/2/library/exceptions.html#exceptions.UserWarning
https://docs.python.org/2/library/exceptions.html#exceptions.DeprecationWarning
https://docs.python.org/2/library/exceptions.html#exceptions.PendingDeprecationWarning
https://docs.python.org/2/library/exceptions.html#exceptions.SyntaxWarning
https://docs.python.org/2/library/exceptions.html#exceptions.RuntimeWarning
https://docs.python.org/2/library/exceptions.html#exceptions.FutureWarning
https://docs.python.org/2/library/exceptions.html#exceptions.ImportWarning
https://docs.python.org/2/library/exceptions.html#exceptions.UnicodeWarning
https://docs.python.org/2/library/exceptions.html#exceptions.BytesWarning
https://docs.python.org/2/library/exceptions.html#exception-hierarchy
Table of Contentshttps://docs.python.org/2/contents.html
6. Built-in Exceptionshttps://docs.python.org/2/library/exceptions.html
6.1. Exception hierarchyhttps://docs.python.org/2/library/exceptions.html#exception-hierarchy
5. Built-in Typeshttps://docs.python.org/2/library/stdtypes.html
7. String Serviceshttps://docs.python.org/2/library/strings.html
Show Sourcehttps://docs.python.org/2/_sources/library/exceptions.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/strings.html
previoushttps://docs.python.org/2/library/stdtypes.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/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.