Class TimeSeriesLoadingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TimeSeriesLoadingException
    extends java.lang.Exception
    Exception 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 nested Throwable exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TimeSeriesLoadingException

        public TimeSeriesLoadingException​(java.lang.String message,
                                          java.lang.Throwable cause)
        Constructor using a nested Throwable exception.
        Parameters:
        message - Individual exception message
        cause - Nested exception
      • TimeSeriesLoadingException

        public TimeSeriesLoadingException​(java.lang.String message)
        Standard constructor.
        Parameters:
        message - Individual exception message