FileNotFoundException

class FileNotFoundException(path: String, cause: Throwable? = null) : ParseException

Exception thrown when the input file is not found or cannot be accessed.

Constructors

Link copied to clipboard
constructor(path: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?