public class ColumnDefinitionException extends JDOFatalUserException (Code)
An ColumnDefinitionException is thrown if the settings of a
database column are incompatible with the data type of the object field
to which it is mapped.
author: Mike Martin version: $Revision: 1.3 $ See Also:Column
Constructor Summary
public
ColumnDefinitionException() Constructs a column definition exception with no specific detail
message.