Class UserTableColumnDefinitionException

All Implemented Interfaces:
Serializable

public class UserTableColumnDefinitionException extends UncheckedDeephavenException
Unchecked exception representing an incompatible user table definition.
See Also:
  • Constructor Details

    • UserTableColumnDefinitionException

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

    • getNamespace

      public String getNamespace()
    • getTableName

      public String getTableName()