Package io.deephaven.engine.exceptions
Class TableInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.engine.exceptions.UncheckedTableException
io.deephaven.engine.exceptions.TableInitializationException
- All Implemented Interfaces:
Serializable
An
UncheckedTableException
derivative which indicates a table was unable to be initialized for one reason or
another.- See Also:
-
Constructor Summary
ConstructorDescriptionTableInitializationException
(@NotNull String tableDescription, @Nullable String reason) TableInitializationException
(@NotNull String tableDescription, @Nullable String reason, Throwable cause) TableInitializationException
(String reason, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableInitializationException
-
TableInitializationException
-
TableInitializationException
-