149150151152153154155156157158159
if( column == null || column.getColumnMetaData() == null || !column.getColumnMetaData().isAllowsNull() ) { if (((ResultSet) rs).wasNull()) { throw new NullValueException(LOCALISER.msg("055003",column)); } } } catch (SQLException e) {