put(c, sFieldValue);
} // next (c)
store(oConn, sWorkArea, iFlags);
} // next (l)
} catch (ArrayIndexOutOfBoundsException xcpt) { throw new ImportExportException(xcpt.getMessage(), xcpt); }
catch (NullPointerException xcpt) { throw new ImportExportException(xcpt.getMessage(), xcpt); }
catch (IllegalArgumentException xcpt) { throw new ImportExportException(xcpt.getMessage(), xcpt); }
catch (RuntimeException xcpt) { throw new ImportExportException(xcpt.getMessage(), xcpt); }
catch (SQLException xcpt) { throw new ImportExportException(xcpt.getMessage(), xcpt); }
catch (FileNotFoundException xcpt) { throw new ImportExportException(xcpt.getMessage(), xcpt); }
catch (UnsupportedEncodingException xcpt) { throw new ImportExportException(xcpt.getMessage(), xcpt); }
catch (IOException xcpt) { throw new ImportExportException(xcpt.getMessage(), xcpt); }
catch (FTPException xcpt) { throw new ImportExportException(xcpt.getMessage(), xcpt); }
finally {
try { close(); } catch (SQLException sqle) { throw new ImportExportException(sqle.getMessage(), sqle); }
}
} // importFile