core.exceptions#

Submodule of khiops.core

Khiops Python exception classes

Exceptions

KhiopsEnvironmentError(*args)

Khiops execution environment error

KhiopsJSONError(*args)

Parsing error for Khiops-generated JSON files

KhiopsRuntimeError(*args)

Khiops execution related errors

PyKhiopsEnvironmentError(*args)

Deprecated

PyKhiopsJSONError(*args)

Deprecated

PyKhiopsRuntimeError(*args)

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.PyKhiopsEnvironmentError(*args)#

Bases: Exception

Deprecated

See KhiopsEnvironmentError.

exception khiops.core.exceptions.PyKhiopsJSONError(*args)#

Bases: Exception

Deprecated

See KhiopsJSONError.

exception khiops.core.exceptions.PyKhiopsRuntimeError(*args)#

Bases: Exception

Deprecated

See KhiopsRuntimeError.