ROPropertyValidationException

Overview

This exception can be thrown by various classes to indicate that a certain property has invalid value or not assigned at all.

Location


 

exceptionName    (declared in ROException)

+ (nonnull NSString *) exceptionName

exceptionWithMessage:    (declared in ROException)

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

Parameters:

  • aExceptionMessage:

exceptionWithMessage:instance:propertyName:

Creates an exception instance with all parameters required to identify the problem.

+ (ROPropertyValidationException *) exceptionWithMessage:(NSString *)aExceptionMessage instance:(NSObject *)aInstance propertyName:(NSString *)aName

Parameters:

  • aExceptionMessage: The text message describing the error
  • aInstance: Points to the instance which has failed property
  • aName: The name of the failed property

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

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:

initWithMessage:instance:propertyName:

- (InstanceType) initWithMessage:(NSString *)aExceptionMessage instance:(NSObject *)aInstance propertyName:(NSString *)aName

Parameters:

  • aExceptionMessage:
  • aInstance:
  • aName:

instance  retain

Points to the instance which has failed property

@property (retain) NSObject *instance

propertyName  copy

The name of the failed property

@property (copy) NSString *propertyName

serverStackTrace  copy    (declared in ROException)

@property (copy) nonnull NSString *serverStackTrace

 

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

instance  retain

Points to the instance which has failed property

@property (retain) NSObject *instance

propertyName  copy

The name of the failed property

@property (copy) NSString *propertyName

serverStackTrace  copy    (declared in ROException)

@property (copy) nonnull NSString *serverStackTrace

 

exceptionName    (declared in ROException)

+ (nonnull NSString *) exceptionName

exceptionWithMessage:    (declared in ROException)

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

Parameters:

  • aExceptionMessage:

exceptionWithMessage:instance:propertyName:

Creates an exception instance with all parameters required to identify the problem.

+ (ROPropertyValidationException *) exceptionWithMessage:(NSString *)aExceptionMessage instance:(NSObject *)aInstance propertyName:(NSString *)aName

Parameters:

  • aExceptionMessage: The text message describing the error
  • aInstance: Points to the instance which has failed property
  • aName: The name of the failed property

 

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:

initWithMessage:instance:propertyName:

- (InstanceType) initWithMessage:(NSString *)aExceptionMessage instance:(NSObject *)aInstance propertyName:(NSString *)aName

Parameters:

  • aExceptionMessage:
  • aInstance:
  • aName: