Package net.sourceforge.syncyoursecrets.gui.rcp.util

Examples of net.sourceforge.syncyoursecrets.gui.rcp.util.SysGuiException


   */
  public void save() throws SysXmlBaseException, SysGuiException {
    if (this.openedFile != null && this.filePw != null) {
      saveEncryptedFile(this.filePw, this.openedFile);
    } else {
      throw new SysGuiException(
          "No file is currently opened, please select SaveAs.");
    }
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.syncyoursecrets.gui.rcp.util.SysGuiException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.