exception class

C53248
concept

An exception class represents an error or unusual condition in a program, encapsulating information about what went wrong so it can be detected and handled gracefully.

Observed surface forms (2)

Surface form Occurrences
Objective-C exception type 3
Cocoa exception 2

Instances (4)

Instance Via concept surface
SynchronizationLockException
NSInternalInconsistencyException Objective-C exception type
NSRangeException Objective-C exception type
NSInvalidArgumentException Objective-C exception type