Errors#
- exception cle.errors.CLEError[source]#
Bases:
ExceptionBase class for errors raised by CLE.
- __init__(*args, **kwargs)#
- __new__(**kwargs)#
- args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception cle.errors.CLEUnknownFormatError[source]#
Bases:
CLEErrorError raised when CLE encounters an unknown executable file format.
- __init__(*args, **kwargs)#
- __new__(**kwargs)#
- args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception cle.errors.CLEFileNotFoundError[source]#
Bases:
CLEErrorError raised when a file does not exist.
- __init__(*args, **kwargs)#
- __new__(**kwargs)#
- args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception cle.errors.CLEInvalidBinaryError[source]#
Bases:
CLEErrorError raised when an executable file is invalid or corrupted.
- __init__(*args, **kwargs)#
- __new__(**kwargs)#
- args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception cle.errors.CLEOperationError[source]#
Bases:
CLEErrorError raised when a problem is encountered in the process of loading an executable.
- __init__(*args, **kwargs)#
- __new__(**kwargs)#
- args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.