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 Summary
Modifier and TypeMethodDescriptionReturns the error message.Returns the series data source associated with the failure.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getSource
Returns the series data source associated with the failure. -
getMessage
Returns the error message.- Overrides:
getMessagein classThrowable
-