CocoaWrappedIslandException

Overview

Wrapper class for Cocoa that can hold a thrown Island exception.

Location

Instance Methods


constructor

 

constructor(aException: IslandException)

 

CocoaWrappedIslandException(IslandException aException)

 

init(_ aException: IslandException)

 

CocoaWrappedIslandException(IslandException aException)

 

Sub New(aException As IslandException)

Parameters:

  • aException:

description  override virtual

 

method description: String

 

String description()

 

func description() -> String

 

String description()

 

Function description() As String

ToString  virtual

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String