Package io.deephaven.plot.errors
Class PlotRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.plot.errors.PlotRuntimeException
- All Implemented Interfaces:
Serializable
RuntimeException which contains information about the plot.
- See Also:
-
Constructor Summary
ConstructorDescriptionPlotRuntimeException
(String exception, PlotExceptionCause exceptionCause) PlotRuntimeException
(String exception, PlotInfo plotInfo) PlotRuntimeException
(String exception, Throwable cause, PlotExceptionCause exceptionCause) PlotRuntimeException
(String exception, Throwable cause, PlotInfo plotInfo) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PlotRuntimeException
-
PlotRuntimeException
-
PlotRuntimeException
-
PlotRuntimeException
-