Package io.deephaven.plot.errors
Class PlotUnsupportedOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
io.deephaven.plot.errors.PlotUnsupportedOperationException
- All Implemented Interfaces:
Serializable
UnsupportedOperationExcetion which contains information about the plot.
- See Also:
-
Constructor Summary
ConstructorDescriptionPlotUnsupportedOperationException
(String exception, PlotExceptionCause exceptionCause) PlotUnsupportedOperationException
(String exception, PlotInfo plotInfo) PlotUnsupportedOperationException
(String exception, Throwable cause, PlotExceptionCause exceptionCause) PlotUnsupportedOperationException
(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
-
PlotUnsupportedOperationException
-
PlotUnsupportedOperationException
public PlotUnsupportedOperationException(String exception, Throwable cause, PlotExceptionCause exceptionCause) -
PlotUnsupportedOperationException
-
PlotUnsupportedOperationException
-