|
Samond Classes Library 1.2.6-STABLE build 219
|
Exception SCAbstractMethodException header file. More...
Go to the source code of this file.
Classes | |
| class | SCAbstractMethodException |
| Abstract method calling exception class. More... | |
Class Constants | |
| #define | SCAbstractMethodExceptionClass @"SCAbstractMethodException" |
| #define | SCAbstractMethodErrorName @"SCAbstractMethod" |
Error Codes and IDs | |
| #define | SCAbstractMethodError -20001 |
| #define | SCAbstractMethodEID @"SCL-20001" |
Exception SCAbstractMethodException header file.
Declares the description of the exception SCAbstractMethodException, which is throwing when the abstract method calling detected.
| #define SCAbstractMethodEID @"SCL-20001" |
Error ID of a call of the abstract method
| #define SCAbstractMethodError -20001 |
Error code of a call of the abstract method
| #define SCAbstractMethodErrorName @"SCAbstractMethod" |
A name of the abstract method exception
| #define SCAbstractMethodExceptionClass @"SCAbstractMethodException" |
A name of the class SCAbstractMethodException
1.8.9.1