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
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:
-
Constructor Summary
ConstructorsConstructorDescriptionTableRuntimeException(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
-
Constructor Details
-
TableRuntimeException
-
TableRuntimeException
-