"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,
Exceptionmaps to theSystem.ExceptionFCL class. - On Cocoa,
Exceptionmaps to theFoundation.NSExceptionclass provided by SDKs. - On Java,
Exceptionmaps to thejava.lang.ThrowableJDK class. - On Island, it is implemented in Island RTL as
RemObjects.Elements.System.Exception.