API  1.0.0
CPException.j File Reference

Go to the source code of this file.

Macros

#define METHOD_CALL_STRING()   ((class_isMetaClass(anObject.isa) ? "+" : "-") + "[" + [anObject className] + " " + aSelector + "]: ")
 

Variables

var CPExceptionNameKey = @"@"CPExceptionNameKey"
 
var CPExceptionReasonKey = @"@"CPExceptionReasonKey"
 
var CPExceptionUserInfoKey = @"@"CPExceptionUserInfoKey"
 
 CPGenericException = @"CPGenericException"
 
 CPInternalInconsistencyException = @"CPInternalInconsistencyException"
 
 CPInvalidArgumentException = @"CPInvalidArgumentException"
 
 CPRangeException = @"CPRangeException"
 
 CPUnsupportedMethodException = @"CPUnsupportedMethodException"
 
Error prototype isa = CPException
 
CPString message
 
CPString name
 

Macro Definition Documentation

◆ METHOD_CALL_STRING

#define METHOD_CALL_STRING ( )    ((class_isMetaClass(anObject.isa) ? "+" : "-") + "[" + [anObject className] + " " + aSelector + "]: ")

Definition at line 225 of file CPException.j.

Variable Documentation

◆ CPExceptionNameKey

var CPExceptionNameKey = @"@"CPExceptionNameKey"

Definition at line 182 of file CPException.j.

◆ CPExceptionReasonKey

var CPExceptionReasonKey = @"@"CPExceptionReasonKey"

Definition at line 183 of file CPException.j.

◆ CPExceptionUserInfoKey

var CPExceptionUserInfoKey = @"@"CPExceptionUserInfoKey"

Definition at line 184 of file CPException.j.

◆ CPGenericException

CPGenericException = @"CPGenericException"

Definition at line 29 of file CPException.j.

◆ CPInternalInconsistencyException

CPInternalInconsistencyException = @"CPInternalInconsistencyException"

Definition at line 28 of file CPException.j.

◆ CPInvalidArgumentException

CPInvalidArgumentException = @"CPInvalidArgumentException"

Definition at line 25 of file CPException.j.

◆ CPRangeException

CPRangeException = @"CPRangeException"

Definition at line 27 of file CPException.j.

◆ CPUnsupportedMethodException

CPUnsupportedMethodException = @"CPUnsupportedMethodException"

Definition at line 26 of file CPException.j.

◆ isa

Error prototype isa = CPException

Definition at line 220 of file CPException.j.

◆ message

CPString message

Definition at line 48 of file CPException.j.

◆ name

CPString name

Definition at line 47 of file CPException.j.