Class MissingTableDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.enterprise.compatibility.MissingTableDefinitionException
- All Implemented Interfaces:
Serializable
An exception thrown when a
TableDefinition
can not
be loaded from disk.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingTableDefinitionException
(@NotNull String message, @NotNull 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
-
MissingTableDefinitionException
-