ObjCException

From REAL Software Documentation

Jump to: navigation, search
Class (inherits from RuntimeException)


Generated by an Objective-C exception around Objective-C Declare statements.


Properties
ErrorNumber Message
Handle Stack

Notes

If an Objective-C exception is raised due to an Objective-C Declare, it will be converted into a Real Studio ObjCException object and raised through the normal Real Studio exception system. ObjCException has a handle property, which allows you to get the underlying exception object (typically an instance of NSException).

See Also

Catch, Declare, Function, Raise, Sub statements; FunctionNotFoundException, IllegalCastException, InvalidParentException, KeyChainException, KeyNotFoundException, NilObjectException, OLEException, OutOfBoundsException, OutOfMemoryException, RbScriptAlreadyRunningException, RegExException, RegExSearchPatternException, ShellNotRunningException, SOAPException, StackOverFlowException, TypeMismatchException, XMLDOMException, XMLException, XMLReaderException errors; Declare, Exception, Try statements; Nil datatype; RuntimeException class.

Personal tools