Note: A new GRASS GIS stable version has been released: GRASS GIS 7.8. Go directly to the new manual page here
Python’s standard exception class hierarchy.
Exceptions found here are defined both in the exceptions module and the built-in namespace. It is recommended that user-defined exceptions inherit from Exception. See the documentation for the exception inheritance hierarchy.
Bases: exceptions.StandardError
Base class for arithmetic errors.
Bases: exceptions.StandardError
Assertion failed.
Bases: exceptions.StandardError
Attribute not found.
Bases: exceptions.StandardError
Buffer error.
Bases: exceptions.Warning
Base class for warnings about bytes and buffer related problems, mostly related to conversion from str or comparing to str.
Bases: exceptions.Warning
Base class for warnings about deprecated features.
Bases: exceptions.StandardError
Read beyond end of file.
Bases: exceptions.StandardError
Base class for I/O related errors.
exception errno
exception filename
exception strerror
Bases: exceptions.BaseException
Common base class for all non-exit exceptions.
Bases: exceptions.ArithmeticError
Floating point operation failed.
Bases: exceptions.Warning
Base class for warnings about constructs that will change semantically in the future.
Bases: exceptions.BaseException
Request that a generator exit.
Bases: exceptions.EnvironmentError
I/O operation failed.
Bases: exceptions.StandardError
Import can’t find module, or can’t find name in module.
Bases: exceptions.Warning
Base class for warnings about probable mistakes in module imports
Bases: exceptions.SyntaxError
Improper indentation.
Bases: exceptions.LookupError
Sequence index out of range.
Bases: exceptions.LookupError
Mapping key not found.
Bases: exceptions.BaseException
Program interrupted by user.
Bases: exceptions.StandardError
Base class for lookup errors.
Bases: exceptions.StandardError
Out of memory.
Bases: exceptions.StandardError
Name not found globally.
Bases: exceptions.RuntimeError
Method or function hasn’t been implemented yet.
Bases: exceptions.EnvironmentError
OS system call failed.
Bases: exceptions.ArithmeticError
Result too large to be represented.
Bases: exceptions.Warning
Base class for warnings about features which will be deprecated in the future.
Bases: exceptions.StandardError
Weak ref proxy used after referent went away.
Bases: exceptions.StandardError
Unspecified run-time error.
Bases: exceptions.Warning
Base class for warnings about dubious runtime behavior.
Bases: exceptions.Exception
Base class for all standard Python exceptions that do not represent interpreter exiting.
Bases: exceptions.Exception
Signal the end from iterator.next().
Bases: exceptions.StandardError
Invalid syntax.
exception filename
exception lineno
exception msg
exception offset
exception print_file_and_line
exception text
Bases: exceptions.Warning
Base class for warnings about dubious syntax.
Bases: exceptions.StandardError
Internal error in the Python interpreter.
Please report this to the Python maintainer, along with the traceback, the Python version, and the hardware/OS platform and version.
Bases: exceptions.BaseException
Request to exit from the interpreter.
exception code
Bases: exceptions.IndentationError
Improper mixture of spaces and tabs.
Bases: exceptions.StandardError
Inappropriate argument type.
Bases: exceptions.NameError
Local name referenced but not bound to a value.
Bases: exceptions.UnicodeError
Unicode decoding error.
exception encoding
exception end
exception object
exception reason
exception start
Bases: exceptions.UnicodeError
Unicode encoding error.
exception encoding
exception end
exception object
exception reason
exception start
Bases: exceptions.ValueError
Unicode related error.
Bases: exceptions.UnicodeError
Unicode translation error.
exception encoding
exception end
exception object
exception reason
exception start
Bases: exceptions.Warning
Base class for warnings about Unicode related problems, mostly related to conversion problems.
Bases: exceptions.Warning
Base class for warnings generated by user code.
Bases: exceptions.StandardError
Inappropriate argument value (of correct type).
Bases: exceptions.Exception
Base class for warning categories.
Bases: exceptions.ArithmeticError
Second argument to a division or modulo operation was zero.
Note: A new GRASS GIS stable version has been released: GRASS GIS 7.8. Go directly to the new manual page here
Help Index | Topics Index | Keywords Index | Full Index
© 2003-2020 GRASS Development Team, GRASS GIS 7.4.5dev Reference Manual