}
// Use a long column exception to notify the caller of the need
// to perform an insert of the columns that need to move
LongColumnException lce = new LongColumnException();
lce.setExceptionInfo(
out, startColumn, -1 /* indicates not actual long column */);
lce.setColumn(savedFields);
throw lce;
}