exceptions module¶
Defines the hierarchy of exceptions raised when loading processes cannot be performed as expected.
-
exception
jinete.loaders.exceptions.LoaderException(message)[source]¶ Bases:
jinete.exceptions.JineteExceptionLoader exception class to be raised when loading processes cannot be performed as expected.
-
__init__(message)¶ Construct a new instance.
- Parameters
message (
str) – A brief description of the cause.
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-