Class 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 Detail

      • TableRuntimeException

        public TableRuntimeException​(String message,
                                     Throwable cause)
      • TableRuntimeException

        public TableRuntimeException​(String message)