Samond Classes Library 1.2.0-RELEASE build 166
|
Exception SCNumberException header file. More...
#import <scl/SCException.h>
Go to the source code of this file.
Classes | |
class | SCNumberException |
Number object exceptions class. More... | |
Class constants | |
#define | SCNumberExceptionClass @"SCNumberException" |
Class NSNumberException name. | |
#define | SCNumberErrorName @"SCNumber" |
Exception name. | |
Error codes and IDs | |
#define | SCNumberErrorUnspecified -20010 |
Unspecified number object error. | |
#define | SCNumberErrorUnsupported -20011 |
Unsupported number object type error. | |
#define | SCNumberEIDUnspecified @"SCL-20010" |
Unspecified number object error ID. | |
#define | SCNumberEIDUnupported @"SCL-20011" |
Unsupported number object type error ID. | |
Exception SCNumberException header file.
Declares the exception SCNumberException, which defines the exceptions of the number objects NSNumber(SCNumber).