|
Samond Classes Library 1.2.1-RELEASE build 181
|
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).
1.8.9.1