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

public class JsFigure.FigureSourceException extends RuntimeException
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: