Exceptions/Errors
class FSException
Specifies the file stream exception class and inherits the exception class.
public class FSException <: IOException {
public init()
public init(message: String)
}
Description: Specifies the file stream exception class and inherits the I/O stream exception class.
Parent types:
init()
public init()
Description: Constructs a file exception instance without exception information.
init(String)
public init(message: String)
Description: Constructs a file exception instance with exception information.
Parameters:
- message: String: error information