Package org.apache.flink.table.catalog.exceptions
package org.apache.flink.table.catalog.exceptions
-
ExceptionsClassDescriptionA catalog-related, runtime exception.Exception for trying to create a database that already exists.Exception for trying to drop on a database that is not empty.Exception for trying to operate on a database that doesn't exist.Exception for trying to create a function that already exists.Exception for trying to operate on a function that doesn't exist.Exception for trying to create a model that already exists.Exception for trying to operate on a model that doesn't exist.Exception for trying to create a partition that already exists.Exception for operation on a partition that doesn't exist.Exception for invalid PartitionSpec compared with partition key list of a partitioned Table.Exception for trying to operate on a procedure that doesn't exist.Exception for trying to create a table (or view) that already exists.Exception for trying to operate on a table (or view) that doesn't exist.Exception for trying to operate partition on a non-partitioned table.Exception for trying to operate non-partitioned on a partitioned table.