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): passCommon base class for all non-exit exceptions.
Ancestors
- builtins.Exception
- builtins.BaseException
class DanglingEtype (*args, **kwargs)-
Expand source code
class DanglingEtype(Exception): passCommon base class for all non-exit exceptions.
Ancestors
- builtins.Exception
- builtins.BaseException
class ElementTooHigh (*args, **kwargs)-
Expand source code
class ElementTooHigh(Exception): passCommon base class for all non-exit exceptions.
Ancestors
- builtins.Exception
- builtins.BaseException
class WrongContent (*args, **kwargs)-
Expand source code
class WrongContent(Exception): passCommon base class for all non-exit exceptions.
Ancestors
- builtins.Exception
- builtins.BaseException
class WrongEType (*args, **kwargs)-
Expand source code
class WrongEType(Exception): passCommon base class for all non-exit exceptions.
Ancestors
- builtins.Exception
- builtins.BaseException
class WrongIdentifier (*args, **kwargs)-
Expand source code
class WrongIdentifier(Exception): passCommon base class for all non-exit exceptions.
Ancestors
- builtins.Exception
- builtins.BaseException
class WrongOperands (*args, **kwargs)-
Expand source code
class WrongOperands(Exception): passCommon base class for all non-exit exceptions.
Ancestors
- builtins.Exception
- builtins.BaseException
class WrongVersion (*args, **kwargs)-
Expand source code
class WrongVersion(Exception): passCommon base class for all non-exit exceptions.
Ancestors
- builtins.Exception
- builtins.BaseException