ObjCException

public class ObjCException extends NativeException

Objective-C exception class.

Constructors

ObjCException

public ObjCException(ObjCObject peer)

Constructs an exception from an ObjCObject.

Parameters:
  • peer – Objective-C object pointer

Methods

getMessage

public String getMessage()

Returns the Objective-C object description as exception message.

Returns:Exception description