Class Table.ColumnNotFoundException

All Implemented Interfaces:
Serializable
Enclosing interface:
Table

See Also:
  • Constructor Details

    • ColumnNotFoundException

      Constructs a ColumnNotFoundException.
      Parameters:
      name - the name of the row.
    • ColumnNotFoundException

      Constructs a ColumnNotFoundException.

      Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.

      Parameters:
      name - the name of the row.
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)