Class JsFigure.FigureSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.web.client.api.widget.plot.JsFigure.FigureSourceException
- All Implemented Interfaces:
Serializable
- Enclosing class:
JsFigure
Indicates that a series data source could not be resolved or used for this figure. Thrown when a table backing
this figure does not have a column that one of its series expects, such as after the figure reconnects to a
server where the table's schema has changed.
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString