Package org.apache.flink.table.api
Class TableRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.table.api.TableRuntimeException
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public class TableRuntimeException extends RuntimeException
Exception for errors occurring in the runtime.This exception indicates the exception was thrown intentionally, e.g. during evaluation of
SINGLE_VALUE
function. Most likely a user error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableRuntimeException(String message)
TableRuntimeException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-