2627282930313233
@Override public void execute(String[] params) throws CommandException { try { projectManager.closeCurrentProject(); } catch (CloseProjectVetoException ex) { throw new CommandException(ex); } }