Overview

Thrown when a file cannot be found.

Location


constructor(aFileName: String)
FileNotFoundException(String aFileName)
init(_ aFileName: String)
FileNotFoundException(String aFileName)
Sub New(aFileName As String)

Parameters:

  • aFileName:

constructor(aFormat: String; params aParams: array of Object)
FileNotFoundException(String aFormat, params Object[] aParams)
init(_ aFormat: String, _ aParams: Object...)
FileNotFoundException(String aFormat, Object[]... aParams)
Sub New(aFormat As String, ParamArray aParams As Object())

Parameters:

  • aFormat:
  • aParams:

constructor(aMessage: String)
FileNotFoundException(String aMessage)
FileNotFoundException(String aMessage)
Sub New(aMessage As String)

Parameters:

  • aMessage:

constructor withError(NSError): InstanceType    (declared in RTLException) Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-visionOS Simulator, Island-visionOS-arm64, Island-watchOS Simulator, Island-watchOS-arm64_32, Toffee, ToffeeV2

constructor withError(aError: NSError)
FileNotFoundException withError(NSError aError)
init(error aError: NSError)
Sub New withError(aError As NSError)

Parameters:

  • aError:

constructor withNSException(NSException)    (declared in RTLException) Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-visionOS Simulator, Island-visionOS-arm64, Island-watchOS Simulator, Island-watchOS-arm64_32

constructor withNSException(aException: NSException)
FileNotFoundException withNSException(NSException aException)
init(nSException aException: NSException)
Sub New withNSException(aException As NSException)

Parameters:

  • aException:

FileName

property FileName: String read;
var FileName: String { get{} }
String FileName { __get; }
ReadOnly Property FileName() As String

Message    (declared in RTLException) Toffee, ToffeeV2

var Message: String { get{} }

FileName

property FileName: String read;
var FileName: String { get{} }
String FileName { __get; }
ReadOnly Property FileName() As String

Message    (declared in RTLException) Toffee, ToffeeV2

var Message: String { get{} }

constructor(aFileName: String)
FileNotFoundException(String aFileName)
init(_ aFileName: String)
FileNotFoundException(String aFileName)
Sub New(aFileName As String)

Parameters:

  • aFileName:

constructor(aFormat: String; params aParams: array of Object)
FileNotFoundException(String aFormat, params Object[] aParams)
init(_ aFormat: String, _ aParams: Object...)
FileNotFoundException(String aFormat, Object[]... aParams)
Sub New(aFormat As String, ParamArray aParams As Object())

Parameters:

  • aFormat:
  • aParams:

constructor(aMessage: String)
FileNotFoundException(String aMessage)
FileNotFoundException(String aMessage)
Sub New(aMessage As String)

Parameters:

  • aMessage:

constructor withError(NSError): InstanceType    (declared in RTLException) Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-visionOS Simulator, Island-visionOS-arm64, Island-watchOS Simulator, Island-watchOS-arm64_32, Toffee, ToffeeV2

constructor withError(aError: NSError)
FileNotFoundException withError(NSError aError)
init(error aError: NSError)
Sub New withError(aError As NSError)

Parameters:

  • aError:

constructor withNSException(NSException)    (declared in RTLException) Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-visionOS Simulator, Island-visionOS-arm64, Island-watchOS Simulator, Island-watchOS-arm64_32

constructor withNSException(aException: NSException)
FileNotFoundException withNSException(NSException aException)
init(nSException aException: NSException)
Sub New withNSException(aException As NSException)

Parameters:

  • aException: