ss<<"\""<<metafile<<"\" is not a valid file name. Please check your METAFILE key!";
throwInvalidFileNameException(metafile,AT);
}
if(!IOUtils::fileExists(metafile)){
std::ostringstreamss;
ss<<"File \""<<metafile<<"\" does not exist. Please check your METAFILE key!";
throwFileNotFoundException(ss.str(),AT);
}
if(!IOUtils::validFileAndPath(metafile))throwInvalidFileNameException("\""+metafile+"\" is not a valid file name. Please check your METAFILE key!",AT);
if(!IOUtils::fileExists(metafile))throwFileNotFoundException("File \""+metafile+"\" does not exist. Please check your METAFILE key!",AT);