Go to the source code of this file.
Variables | |
import CPCoder j import CPObject j import CPString j | CPInvalidArgumentException = "CPInvalidArgumentException" |
CPUnsupportedMethodException = "CPUnsupportedMethodException" | |
CPRangeException = "CPRangeException" | |
CPInternalInconsistencyException = "CPInternalInconsistencyException" | |
var | CPExceptionNameKey = "CPExceptionNameKey" |
var | CPExceptionReasonKey = "CPExceptionReasonKey" |
var | CPExceptionUserInfoKey = "CPExceptionUserInfoKey" |
objj_exception prototype | isa = CPException |
var CPExceptionNameKey = "CPExceptionNameKey" |
Definition at line 151 of file CPException.j.
var CPExceptionReasonKey = "CPExceptionReasonKey" |
Definition at line 152 of file CPException.j.
var CPExceptionUserInfoKey = "CPExceptionUserInfoKey" |
Definition at line 153 of file CPException.j.
CPInternalInconsistencyException = "CPInternalInconsistencyException" |
Definition at line 31 of file CPException.j.
import CPCoder j import CPObject j import CPString j CPInvalidArgumentException = "CPInvalidArgumentException" |
Definition at line 28 of file CPException.j.
CPRangeException = "CPRangeException" |
Definition at line 30 of file CPException.j.
CPUnsupportedMethodException = "CPUnsupportedMethodException" |
Definition at line 29 of file CPException.j.
objj_exception prototype isa = CPException |
Definition at line 189 of file CPException.j.