Class EnforcerException

  • All Implemented Interfaces:
    Serializable

    @Internal
    public final class EnforcerException
    extends org.apache.flink.table.api.TableRuntimeException
    Exception thrown when a constraint is violated. Specific exception so that we can construct a nested column path from NestedRowConstraint.
    See Also:
    Serialized Form
    • Constructor Detail

      • EnforcerException

        public EnforcerException​(String format,
                                 String columnName)
    • Method Detail

      • getColumnName

        public String getColumnName()
      • getFormat

        public String getFormat()