Class SeriesDataSource.SeriesDataSourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.web.client.api.widget.plot.SeriesDataSource.SeriesDataSourceException
All Implemented Interfaces:
Serializable
Enclosing class:
SeriesDataSource

@TsName(namespace="dh.plot") public class SeriesDataSource.SeriesDataSourceException extends RuntimeException
Indicates that a series data source could not be resolved or initialized.
See Also:
  • Method Details

    • getSource

      @JsProperty public SeriesDataSource getSource()
      Returns the series data source associated with the failure.
    • getMessage

      @JsProperty public String getMessage()
      Returns the error message.
      Overrides:
      getMessage in class Throwable