"Exception" Standard Type

While Elements' Exception Handling can, in theory, raise/throw any type of object, Exception by convention is the base class for Exceptions.

Type Mapping

  • On .NET, Exception maps to the System.Exception FCL class.
  • On Cocoa, Exception maps to the Foundation.NSException class provided by SDKs.
  • On Java, Exception maps to the java.lang.Throwable JDK class.
  • On Island, it is implemented in Island RTL as RemObjects.Elements.System.Exception.