A TableMismatchException is thrown if the query statement generator
attempts to reference a column in a table expression but the column's table
is not present in the expression, nor can it be sensibly joined to the
expression.
This indicates a bug in the query statement generator.
See Also:org.jpox.store.expression.LogicSetExpression version: $Revision: 1.11 $
Constructs a table mismatch exception.
Parameters: column - The column that was being referenced. Parameters: mainTable - The main table of the table expression.
Methods inherited from org.jpox.exceptions.JPOXException