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