Class UserInputTableException

All Implemented Interfaces:
Serializable

public class UserInputTableException extends UncheckedDeephavenException
Unchecked exception representing issues with Core+ user input tables.
See Also:
  • Constructor Details

    • UserInputTableException

      public UserInputTableException(@NotNull @NotNull String namespace, @NotNull @NotNull String tableName, @NotNull @NotNull String reason)
  • Method Details

    • getNamespace

      public String getNamespace()
    • getTableName

      public String getTableName()