A MissingColumnException is thrown if an expected column is
not found in the database during schema validation.
author: Mike Martin version: $Revision: 1.3 $ See Also:Table See Also:Column
Constructs a missing column exception.
Parameters: table - The table in which column(s) were missing. Parameters: columns - The collection of Column(s) that were missing.
Methods inherited from com.triactive.jdo.store.SchemaValidationException