A WrongScaleException is thrown if a column is detected to have
the wrong scale in the database during schema validation.
author: Mike Martin version: $Revision: 1.3 $ See Also:Column
Constructor Summary
public
WrongScaleException(Column column, int expectedScale, int actualScale) Constructs a wrong scale exception.
Constructor Detail
WrongScaleException
public WrongScaleException(Column column, int expectedScale, int actualScale)(Code)
Constructs a wrong scale exception.
Parameters: column - The column having the wrong scale. Parameters: expectedScale - The expected scale of the column. Parameters: actualScale - The actual scale of the column.
Methods inherited from com.triactive.jdo.store.SchemaValidationException