Errors¶
- exception cle.errors.CLEUnknownFormatError[source]¶
Bases:
CLEError
Error raised when CLE encounters an unknown executable file format.
- exception cle.errors.CLEFileNotFoundError[source]¶
Bases:
CLEError
Error raised when a file does not exist.
- exception cle.errors.CLEInvalidBinaryError[source]¶
Bases:
CLEError
Error raised when an executable file is invalid or corrupted.
- exception cle.errors.CLEOperationError[source]¶
Bases:
CLEError
Error raised when a problem is encountered in the process of loading an executable.