![]() |
API 0.9.5
|
Go to the source code of this file.
Defines | |
| #define | METHOD_CALL_STRING() ((class_isMetaClass(anObject.isa) ? "+" : "-") + "[" + [anObject className] + " " + aSelector + "]: ") |
Variables | |
| var | CPExceptionNameKey = "CPExceptionNameKey" |
| var | CPExceptionReasonKey = "CPExceptionReasonKey" |
| var | CPExceptionUserInfoKey = "CPExceptionUserInfoKey" |
| CPInternalInconsistencyException = @"CPInternalInconsistencyException" | |
| CPInvalidArgumentException = @"CPInvalidArgumentException" | |
| CPRangeException = @"CPRangeException" | |
| CPUnsupportedMethodException = @"CPUnsupportedMethodException" | |
| Error prototype | isa = CPException |
| #define METHOD_CALL_STRING | ( | ) | ((class_isMetaClass(anObject.isa) ? "+" : "-") + "[" + [anObject className] + " " + aSelector + "]: ") |
Definition at line 206 of file CPException.j.
| var CPExceptionNameKey = "CPExceptionNameKey" |
Definition at line 163 of file CPException.j.
| var CPExceptionReasonKey = "CPExceptionReasonKey" |
Definition at line 164 of file CPException.j.
| var CPExceptionUserInfoKey = "CPExceptionUserInfoKey" |
Definition at line 165 of file CPException.j.
| CPInternalInconsistencyException = @"CPInternalInconsistencyException" |
Definition at line 27 of file CPException.j.
| CPInvalidArgumentException = @"CPInvalidArgumentException" |
Definition at line 24 of file CPException.j.
| CPRangeException = @"CPRangeException" |
Definition at line 26 of file CPException.j.
| CPUnsupportedMethodException = @"CPUnsupportedMethodException" |
Definition at line 25 of file CPException.j.
| Error prototype isa = CPException |
Definition at line 201 of file CPException.j.