Samond Classes Library 1.2.6-STABLE build 219
|
Exception SCNumberException header file. More...
Go to the source code of this file.
Classes | |
class | SCNumberException |
Number object exceptions class. More... | |
Class Constants | |
#define | SCNumberExceptionClass @"SCNumberException" |
#define | SCNumberErrorName @"SCNumber" |
Error Codes and IDs | |
#define | SCNumberErrorUnspecified -20010 |
#define | SCNumberErrorUnsupported -20011 |
#define | SCNumberEIDUnspecified @"SCL-20010" |
#define | SCNumberEIDUnupported @"SCL-20011" |
Exception SCNumberException header file.
Declares the exception SCNumberException, which defines the exceptions of the number objects NSNumber(SCNumber).
#define SCNumberEIDUnspecified @"SCL-20010" |
Error ID of the unspecified number error
#define SCNumberEIDUnupported @"SCL-20011" |
Error ID of the unsupported number type
#define SCNumberErrorName @"SCNumber" |
A number exception name
#define SCNumberErrorUnspecified -20010 |
Unspecified number error
#define SCNumberErrorUnsupported -20011 |
Unsupported number type error
#define SCNumberExceptionClass @"SCNumberException" |
A name of the class SCNumberException