objc2-app-kit 0.3.2

Bindings to the AppKit framework
Documentation
//! 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;
}