Uses of Class
org.apache.flink.table.api.TableException
-
Packages that use TableException Package Description org.apache.flink.table.catalog org.apache.flink.table.types.inference org.apache.flink.table.utils -
-
Uses of TableException in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that throw TableException Modifier and Type Method Description StringObjectIdentifier. asSerializableString()Returns a string that fully serializes this instance.ObjectPathObjectIdentifier. toObjectPath()Convert thisObjectIdentifiertoObjectPath. -
Uses of TableException in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return TableException Modifier and Type Method Description static TableExceptionTypeInferenceUtil. createUnexpectedException(CallContext callContext, Throwable cause)Returns an exception for an unexpected error during type inference. -
Uses of TableException in org.apache.flink.table.utils
Methods in org.apache.flink.table.utils that throw TableException Modifier and Type Method Description static byte[]EncodingUtils. decodeHex(String str)Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
-