Searched refs:FileNotReadableException (Results 1 – 3 of 3) sorted by relevance
17 final class FileNotReadableException: GenericException<String> { class
64 throw flag == .read ? FileNotReadableException(path) : FileNotWritableException(path) in ensurePathPermission()
57 throw FileNotReadableException(url.path) in definition()