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 SummaryConstructorsConstructorDescriptionMissingTableDefinitionException(@NotNull String message, @NotNull Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MissingTableDefinitionException
 
-