Lines Matching refs:FileException
158 class FileException : Exception
223 throw new FileException(name, .GetLastError(), file, line); in cenforce()
227 throw new FileException(name, .errno, file, line); in cenforce()
246 throw new FileException(name, .GetLastError(), file, line); in version()
263 throw new FileException(name, .errno, file, line); in version()
274 catch (FileException) {} in catch() argument
755 new FileException( in renameImpl()
846 new FileException(name.idup)); in getFA()
859 new FileException(namez[0 .. wcslen(namez)].to!string)); in getFA()
965 $(D FileException) on error.
1209 $(D FileException) on error.
1357 $(D FileException) if the given file does not exist.
1412 below. The code throws a $(D FileException) if $(D source) does not
1604 Throws: $(D FileException) on error.
1930 $(D FileException) if the given file does not exist. in version()
2454 $(D FileException) on error (which includes if the _symlink already in attrIsFile()
2983 throw new FileException(path, "File does not exist");
3087 throw new FileException(path, "File does not exist");
3965 $(D FileException) if the directory does not exist.