if(!Files.exists(zipFile)){ throw new WrongZipFileException(); }/*else{ String namefile = zipFile.getFileName().toString(); if(!namefile.substring(namefile.length()-4,namefile.length()).equals(".zip")){ throw new WrongZipFileException(); } }*/