Package com.illumon.iris.db.plot.errors
Class PlotRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
com.illumon.iris.db.plot.errors.PlotRuntimeException
- All Implemented Interfaces:
Serializable
public class PlotRuntimeException extends UncheckedDeephavenException
RuntimeException which contains information about the plot.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PlotRuntimeException(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