Module garoupa.misc.exception

Exceptions create in this package.

They help writing complete tests.

Classes

class CellValueTooHigh (*args, **kwargs)
Expand source code
class CellValueTooHigh(Exception):
    pass

Common base class for all non-exit exceptions.

Ancestors

  • builtins.Exception
  • builtins.BaseException
class DanglingEtype (*args, **kwargs)
Expand source code
class DanglingEtype(Exception):
    pass

Common base class for all non-exit exceptions.

Ancestors

  • builtins.Exception
  • builtins.BaseException
class ElementTooHigh (*args, **kwargs)
Expand source code
class ElementTooHigh(Exception):
    pass

Common base class for all non-exit exceptions.

Ancestors

  • builtins.Exception
  • builtins.BaseException
class WrongContent (*args, **kwargs)
Expand source code
class WrongContent(Exception):
    pass

Common base class for all non-exit exceptions.

Ancestors

  • builtins.Exception
  • builtins.BaseException
class WrongEType (*args, **kwargs)
Expand source code
class WrongEType(Exception):
    pass

Common base class for all non-exit exceptions.

Ancestors

  • builtins.Exception
  • builtins.BaseException
class WrongIdentifier (*args, **kwargs)
Expand source code
class WrongIdentifier(Exception):
    pass

Common base class for all non-exit exceptions.

Ancestors

  • builtins.Exception
  • builtins.BaseException
class WrongOperands (*args, **kwargs)
Expand source code
class WrongOperands(Exception):
    pass

Common base class for all non-exit exceptions.

Ancestors

  • builtins.Exception
  • builtins.BaseException
class WrongVersion (*args, **kwargs)
Expand source code
class WrongVersion(Exception):
    pass

Common base class for all non-exit exceptions.

Ancestors

  • builtins.Exception
  • builtins.BaseException