Package ai.libs.jaicore.ml.core.exception
This package contains
Exceptions defined by jaicore-ml. Most importantly it contains the two (abstract) base classes CheckedJaicoreMLException
and UncheckedJaicoreMLException which can be used to catch all exceptions emitted by classes which are part of jaicore-ml.- Since:
- 0.0.1
-
Exception Summary Exception Description CheckedJaicoreMLException TheCheckedJaicoreMLExceptionserves as a base class for all checkedExceptions defined as part of jaicore-ml.ConfigurationException TheConfigurationExceptionindicates an error during a configuration process.DatasetCapacityReachedException Exception that indicates that the capacity of aTimeSeriesDatasetis reached.EvaluationException TheEvaluationExceptionindicates that an error occurred during a evaluation process.PredictionException ThePredictionExceptionindicates that an error occurred during a prediction process.TrainingException TheTrainingExceptionindicates that an error occurred during a training process.UncheckedJaicoreMLException TheUncheckedJaicoreMLExceptionserves as a base class for all uncheckedExceptions defined as part of jaicore-ml.