Searched defs:FileNotFoundException (Results 1 – 4 of 4) sorted by relevance
46 expect class FileNotFoundException(message: String?) : IOException class
41 actual typealias FileNotFoundException = java.io.FileNotFoundException typealias
56 actual open class FileNotFoundException actual constructor(message: String?) : IOException(message) class
86 class FileNotFoundException : public Exception class