Go to the source code of this file.
Variables | |
var | CPExceptionNameKey = "CPExceptionNameKey" |
var | CPExceptionReasonKey = "CPExceptionReasonKey" |
var | CPExceptionUserInfoKey = "CPExceptionUserInfoKey" |
CPInternalInconsistencyException = "CPInternalInconsistencyException" | |
import CPCoder j import CPObject j import CPString j | CPInvalidArgumentException = "CPInvalidArgumentException" |
CPRangeException = "CPRangeException" | |
CPUnsupportedMethodException = "CPUnsupportedMethodException" | |
Error prototype | isa = CPException |
var CPExceptionNameKey = "CPExceptionNameKey" |
Definition at line 154 of file CPException.j.
var CPExceptionReasonKey = "CPExceptionReasonKey" |
Definition at line 155 of file CPException.j.
var CPExceptionUserInfoKey = "CPExceptionUserInfoKey" |
Definition at line 156 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.
Error prototype isa = CPException |
Definition at line 194 of file CPException.j.