Package org.apache.flink.table.api
Class TableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.table.api.TableException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SchedulerException
@PublicEvolving public class TableException extends RuntimeException
General Exception for all errors during table handling.This exception indicates that an internal error occurred or that a feature is not supported yet. Usually, this exception does not indicate a fault of the user.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableException(String message)
TableException(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
-
-