All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.FileNotFoundException.scala Maven / Gradle / Ivy

package java.io

class FileNotFoundException(s: String) extends IOException(s) {
  def this() = this(null)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy