toolbox_scs.util.exceptions¶
Module Contents¶
- exception toolbox_scs.util.exceptions.ToolBoxError[source]¶
Bases:
ExceptionParent Toolbox exception. (to be defined)
- exception toolbox_scs.util.exceptions.ToolBoxPathError(message='', path='')[source]¶
Bases:
ToolBoxErrorParent Toolbox exception. (to be defined)
- exception toolbox_scs.util.exceptions.ToolBoxTypeError(msg='', dtype='')[source]¶
Bases:
ToolBoxErrorParent Toolbox exception. (to be defined)
- exception toolbox_scs.util.exceptions.ToolBoxValueError(msg='', val=None)[source]¶
Bases:
ToolBoxErrorParent Toolbox exception. (to be defined)
- exception toolbox_scs.util.exceptions.ToolBoxFileError(msg='', val='')[source]¶
Bases:
ToolBoxErrorParent Toolbox exception. (to be defined)