Skip to content

khiops.core.exceptions

Submodule of khiops.core

Khiops Python exception classes

CLASS DESCRIPTION
KhiopsJSONError

Parsing error for Khiops-generated JSON files

KhiopsRuntimeError

Khiops execution related errors

KhiopsEnvironmentError

Khiops execution environment error

Classes

KhiopsJSONError

Bases: Exception

Parsing error for Khiops-generated JSON files

KhiopsRuntimeError

Bases: Exception

Khiops execution related errors

KhiopsEnvironmentError

Bases: Exception

Khiops execution environment error

Example: Khiops binary not found.