use crate::common::*;
use crate::AppKit::*;
use crate::CoreData::*;
use crate::Foundation::*;
extern_static!(NSTextLineTooLongException: &'static NSExceptionName);
extern_static!(NSTextNoSelectionException: &'static NSExceptionName);
extern_static!(NSWordTablesWriteException: &'static NSExceptionName);
extern_static!(NSWordTablesReadException: &'static NSExceptionName);
extern_static!(NSTextReadException: &'static NSExceptionName);
extern_static!(NSTextWriteException: &'static NSExceptionName);
extern_static!(NSPasteboardCommunicationException: &'static NSExceptionName);
extern_static!(NSPrintingCommunicationException: &'static NSExceptionName);
extern_static!(NSAbortModalException: &'static NSExceptionName);
extern_static!(NSAbortPrintingException: &'static NSExceptionName);
extern_static!(NSIllegalSelectorException: &'static NSExceptionName);
extern_static!(NSAppKitVirtualMemoryException: &'static NSExceptionName);
extern_static!(NSBadRTFDirectiveException: &'static NSExceptionName);
extern_static!(NSBadRTFFontTableException: &'static NSExceptionName);
extern_static!(NSBadRTFStyleSheetException: &'static NSExceptionName);
extern_static!(NSTypedStreamVersionException: &'static NSExceptionName);
extern_static!(NSTIFFException: &'static NSExceptionName);
extern_static!(NSPrintPackageException: &'static NSExceptionName);
extern_static!(NSBadRTFColorTableException: &'static NSExceptionName);
extern_static!(NSDraggingException: &'static NSExceptionName);
extern_static!(NSColorListIOException: &'static NSExceptionName);
extern_static!(NSColorListNotEditableException: &'static NSExceptionName);
extern_static!(NSBadBitmapParametersException: &'static NSExceptionName);
extern_static!(NSWindowServerCommunicationException: &'static NSExceptionName);
extern_static!(NSFontUnavailableException: &'static NSExceptionName);
extern_static!(NSPPDIncludeNotFoundException: &'static NSExceptionName);
extern_static!(NSPPDParseException: &'static NSExceptionName);
extern_static!(NSPPDIncludeStackOverflowException: &'static NSExceptionName);
extern_static!(NSPPDIncludeStackUnderflowException: &'static NSExceptionName);
extern_static!(NSRTFPropertyStackOverflowException: &'static NSExceptionName);
extern_static!(NSAppKitIgnoredException: &'static NSExceptionName);
extern_static!(NSBadComparisonException: &'static NSExceptionName);
extern_static!(NSImageCacheException: &'static NSExceptionName);
extern_static!(NSNibLoadingException: &'static NSExceptionName);
extern_static!(NSBrowserIllegalDelegateException: &'static NSExceptionName);
extern_static!(NSAccessibilityException: &'static NSExceptionName);