| com.triactive.jdo.store.TableMismatchException
TableMismatchException | public class TableMismatchException extends JDOFatalInternalException (Code) | | 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.
author: Mike Martin version: $Revision: 1.1 $ See Also: TableExpression |
TableMismatchException | public TableMismatchException(Column column, Table mainTable)(Code) | | Constructs a table mismatch exception.
Parameters: column - The column that was being referenced. Parameters: mainTable - The main table of the table expression. |
|
|