Exception
s defined by jaicore-ml.See: Description
Exception | Description |
---|---|
CheckedJaicoreMLException | The CheckedJaicoreMLException serves as a base class for all checked Exception s defined as part of jaicore-ml. |
ConfigurationException | The ConfigurationException indicates an error during a configuration process. |
PredictionException | The PredictionException indicates that an error occurred during a prediction process. |
TrainingException | The TrainingException indicates that an error occurred during a training process. |
UncheckedJaicoreMLException | The UncheckedJaicoreMLException serves as a base class for all unchecked Exception s defined as part of jaicore-ml. |
Exception
s 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.