1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use core::ptr::NonNull;
use objc2_foundation::*;
use crate::*;
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nstextlinetoolongexception?language=objc)
pub static NSTextLineTooLongException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nstextnoselectionexception?language=objc)
pub static NSTextNoSelectionException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nswordtableswriteexception?language=objc)
pub static NSWordTablesWriteException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nswordtablesreadexception?language=objc)
pub static NSWordTablesReadException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nstextreadexception?language=objc)
pub static NSTextReadException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nstextwriteexception?language=objc)
pub static NSTextWriteException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nspasteboardcommunicationexception?language=objc)
pub static NSPasteboardCommunicationException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsprintingcommunicationexception?language=objc)
pub static NSPrintingCommunicationException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsabortmodalexception?language=objc)
pub static NSAbortModalException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsabortprintingexception?language=objc)
pub static NSAbortPrintingException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsillegalselectorexception?language=objc)
pub static NSIllegalSelectorException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsappkitvirtualmemoryexception?language=objc)
pub static NSAppKitVirtualMemoryException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsbadrtfdirectiveexception?language=objc)
pub static NSBadRTFDirectiveException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsbadrtffonttableexception?language=objc)
pub static NSBadRTFFontTableException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsbadrtfstylesheetexception?language=objc)
pub static NSBadRTFStyleSheetException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nstypedstreamversionexception?language=objc)
pub static NSTypedStreamVersionException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nstiffexception?language=objc)
pub static NSTIFFException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsprintpackageexception?language=objc)
pub static NSPrintPackageException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsbadrtfcolortableexception?language=objc)
pub static NSBadRTFColorTableException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsdraggingexception?language=objc)
pub static NSDraggingException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nscolorlistioexception?language=objc)
pub static NSColorListIOException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nscolorlistnoteditableexception?language=objc)
pub static NSColorListNotEditableException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsbadbitmapparametersexception?language=objc)
pub static NSBadBitmapParametersException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nswindowservercommunicationexception?language=objc)
pub static NSWindowServerCommunicationException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsfontunavailableexception?language=objc)
pub static NSFontUnavailableException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsppdincludenotfoundexception?language=objc)
pub static NSPPDIncludeNotFoundException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsppdparseexception?language=objc)
pub static NSPPDParseException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsppdincludestackoverflowexception?language=objc)
pub static NSPPDIncludeStackOverflowException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsppdincludestackunderflowexception?language=objc)
pub static NSPPDIncludeStackUnderflowException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsrtfpropertystackoverflowexception?language=objc)
pub static NSRTFPropertyStackOverflowException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsappkitignoredexception?language=objc)
pub static NSAppKitIgnoredException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsbadcomparisonexception?language=objc)
pub static NSBadComparisonException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsimagecacheexception?language=objc)
pub static NSImageCacheException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsnibloadingexception?language=objc)
pub static NSNibLoadingException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsbrowserillegaldelegateexception?language=objc)
pub static NSBrowserIllegalDelegateException: &'static NSExceptionName;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/appkit/nsaccessibilityexception?language=objc)
#[deprecated = "Exceptions are no longer appropriate for indicating errors in accessibility API. Unexpected values should be handled through appropriate type checking."]
pub static NSAccessibilityException: &'static NSExceptionName;
}