trendminer.ml.models.exceptions module¶
This module lists different types of exceptions thrown by
the
trendminer.models.ml
subpackage
-
exception
trendminer.ml.models.exceptions.
MLModelDuplicateIdentifierException
¶ -
Bases:
Exception
There already exists a model with the provided identifier
-
exception
trendminer.ml.models.exceptions.
MLModelException
¶ -
Bases:
Exception
General exception for things gone wrong in this subpackage
-
exception
trendminer.ml.models.exceptions.
MLModelInconsistencyException
¶ -
Bases:
Exception
The specified model is logically inconsistent
-
exception
trendminer.ml.models.exceptions.
MLModelInvalidIdentifierException
¶ -
Bases:
Exception
The specified model identifier is not a valid one
-
exception
trendminer.ml.models.exceptions.
MLModelNotFoundException
¶ -
Bases:
trendminer.ml.models.exceptions.MLModelException
The requested model cannot be found by TrendMiner