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