103104105106107108109110111112113
} else { createFile(file); } if(!file.canWrite()){ throw new FileNotWritableException(String.format(ExceptionString.FILENOTWRITABLEEXCEPTION.getExceptionString(),file.getAbsolutePath())); } writeFileHelper(file, data); }