Class TableException

All Implemented Interfaces:
Serializable

@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:
  • Constructor Details

    • TableException

      public TableException(String message, Throwable cause)
    • TableException

      public TableException(String message)