core.exceptions¶
Submodule of khiops.core
Khiops Python exception classes
Exceptions
|
Khiops execution environment error |
|
Parsing error for Khiops-generated JSON files |
|
Khiops execution related errors |
|
Deprecated |
|
Deprecated |
|
Deprecated |
- exception khiops.core.exceptions.KhiopsEnvironmentError(*args)¶
Bases:
PyKhiopsEnvironmentError
Khiops execution environment error
Example: Khiops binary not found.
- exception khiops.core.exceptions.KhiopsJSONError(*args)¶
Bases:
PyKhiopsJSONError
Parsing error for Khiops-generated JSON files
- exception khiops.core.exceptions.KhiopsRuntimeError(*args)¶
Bases:
PyKhiopsRuntimeError
Khiops execution related errors
- exception khiops.core.exceptions.PyKhiopsJSONError(*args)¶
Bases:
Exception
Deprecated
See
KhiopsJSONError
.
- exception khiops.core.exceptions.PyKhiopsRuntimeError(*args)¶
Bases:
Exception
Deprecated
See
KhiopsRuntimeError
.