Overview

Thrown when a method is not implemented.

Location

Properties


Message    (declared in RTLException) Toffee, ToffeeV2

var Message: String { get{} }

Instance Methods


constructor Cooper

NotImplementedException()
NotImplementedException()

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

Parameters:

  • aFormat:
  • aParams:

constructor (String) Cooper

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

Parameters:

  • aMessage:

constructor withError(NSError): InstanceType    (declared in RTLException) Toffee, ToffeeV2

init(error aError: NSError)

Parameters:

  • aError: