617618619620621622623624625626
*/ public void commit() throws CannotWriteException { try { save(); } catch (IOException ioe) { throw new CannotWriteException(ioe); } catch (TagException te) { throw new CannotWriteException(te); } }