Package io.deephaven.enterprise.database
Class UserInputTableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.enterprise.database.UserInputTableException
- All Implemented Interfaces:
- Serializable
Unchecked exception representing issues with Core+ user input tables.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUserInputTableException(@NotNull String namespace, @NotNull String tableName, @NotNull String reason) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UserInputTableException
 
- 
- 
Method Details- 
getNamespace
- 
getTableName
 
-