Class TimeSeriesLoadingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ai.libs.jaicore.ml.classification.singlelabel.timeseries.exception.TimeSeriesLoadingException
-
- All Implemented Interfaces:
java.io.Serializable
public class TimeSeriesLoadingException extends java.lang.ExceptionException thrown when a time series dataset could not be extracted from an external data source (e. g. a file).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeSeriesLoadingException(java.lang.String message)Standard constructor.TimeSeriesLoadingException(java.lang.String message, java.lang.Throwable cause)Constructor using a nestedThrowableexception.
-
-
-
Constructor Detail
-
TimeSeriesLoadingException
public TimeSeriesLoadingException(java.lang.String message, java.lang.Throwable cause)Constructor using a nestedThrowableexception.- Parameters:
message- Individual exception messagecause- Nested exception
-
TimeSeriesLoadingException
public TimeSeriesLoadingException(java.lang.String message)
Standard constructor.- Parameters:
message- Individual exception message
-
-