Inherits from NSException
Declared in SIAbstractException.h

Overview

Parent of all SI Exceptions. This contains code to shorten the act of creating an exception and to standardize the name field.

Tasks

  • + exceptionWithReason:

    Quick method for creating exceptions where the exception defines the name and userInfo field values.

Class Methods

exceptionWithReason:

Quick method for creating exceptions where the exception defines the name and userInfo field values.

+ (NSException *)exceptionWithReason:(NSString *)reason

Parameters

reason

the text reason for creating the exception.

Discussion

Quick method for creating exceptions where the exception defines the name and userInfo field values.

Declared In

SIAbstractException.h