Esempio n. 1
0
 /**
  * Save the document to its current file or URL. Throw an exception if the operation failed.
  * Reasons for failure might include the fact that the file is not writable, or that the document
  * has a URL but we haven't implemented HTTP-DAV support yet...
  *
  * @exception Exception If the save operation fails.
  */
 @Override
 public void save() throws Exception {
   saveAs(getFile());
 }