ROMissingEventInvokerException

Overview

This exception is thrown when there is an incoming event but it cannot be processed because the corresponding processing class (event invoker) is missing. This error is caused by mismatch between the generated remote service interface code and the current RODL on the server. Use rodl2objc utility to generate the proper interface code.

Location


 

eventSinkName  copy

The event sink name that is missing

@property (copy) NSString *eventSinkName

exceptionName    (declared in ROException)

+ (nonnull NSString *) exceptionName

exceptionWithEventSinkName:

Creates an exception instance specifying the missing event sink.

+ (ROUnknownClassException *) exceptionWithEventSinkName:(NSString *)aName

Parameters:


exceptionWithMessage:    (declared in ROException)

+ (nonnull ROException *) exceptionWithMessage:(nonnull NSString *)aExceptionMessage

Parameters:

  • aExceptionMessage:

fromServer  assign    (declared in ROException)

This flag is used to distinguish server side exceptions from client side ones. Set to YES for server side exceptions.

@property (assign) BOOL fromServer

initWithEventSinkName:

- (InstanceType) initWithEventSinkName:(NSString *)aName

Parameters:

  • aName:

initWithMessage:    (declared in ROException)

- (nullable instancetype) initWithMessage:(nonnull NSString *)aExceptionMessage

Parameters:

  • aExceptionMessage:

initWithMessage:fromServer:    (declared in ROException)

- (nullable instancetype) initWithMessage:(nonnull NSString *)aExceptionMessage fromServer:(BOOL)aFromServer

Parameters:

  • aExceptionMessage:
  • aFromServer:

serverStackTrace  copy    (declared in ROException)

@property (copy) nonnull NSString *serverStackTrace

 

eventSinkName  copy

The event sink name that is missing

@property (copy) NSString *eventSinkName

fromServer  assign    (declared in ROException)

This flag is used to distinguish server side exceptions from client side ones. Set to YES for server side exceptions.

@property (assign) BOOL fromServer

serverStackTrace  copy    (declared in ROException)

@property (copy) nonnull NSString *serverStackTrace

 

exceptionName    (declared in ROException)

+ (nonnull NSString *) exceptionName

exceptionWithEventSinkName:

Creates an exception instance specifying the missing event sink.

+ (ROUnknownClassException *) exceptionWithEventSinkName:(NSString *)aName

Parameters:


exceptionWithMessage:    (declared in ROException)

+ (nonnull ROException *) exceptionWithMessage:(nonnull NSString *)aExceptionMessage

Parameters:

  • aExceptionMessage:

 

initWithEventSinkName:

- (InstanceType) initWithEventSinkName:(NSString *)aName

Parameters:

  • aName:

initWithMessage:    (declared in ROException)

- (nullable instancetype) initWithMessage:(nonnull NSString *)aExceptionMessage

Parameters:

  • aExceptionMessage:

initWithMessage:fromServer:    (declared in ROException)

- (nullable instancetype) initWithMessage:(nonnull NSString *)aExceptionMessage fromServer:(BOOL)aFromServer

Parameters:

  • aExceptionMessage:
  • aFromServer: