612613614615616617618619
if (!put.isEmpty()) table.put(put); } catch (IOException e) { throw new IOError(e.getMessage()); } catch (IllegalArgumentException e) { throw new IllegalArgument(e.getMessage()); } }