home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextLibrary / Frameworks / NEXTIME.framework / Versions / A / Headers / NTExceptions.h < prev    next >
Encoding:
Text File  |  1995-08-30  |  1002 b   |  19 lines

  1. #import <Foundation/NSException.h>
  2. /*
  3.  * Exception names.  These have to be defines instead of extern NSString *,
  4.  * due to NEXTIME being delivered as an optional package.  (Otherwise those
  5.  * externs might never be resolved!)
  6.  */
  7. #define NTExceptionCorruptFile        @"NTExceptionCorruptFile"
  8. #define NTExceptionCorruptData        @"NTExceptionCorruptData"
  9. #define NTExceptionInvalidDataReference    @"NTExceptionInvalidDataReference"
  10. #define NTExceptionFileWriteError    @"NTExceptionFileWriteError"
  11. #define NTExceptionInvalidDataOperation    @"NTExceptionInvalidDataOperation"
  12. #define NTExceptionFileCreateError    @"NTExceptionFileCreateError"
  13. #define NTExceptionInvalidMovie        @"NTExceptionInvalidMovie"
  14. #define NTExceptionInvalidMedia        @"NTExceptionInvalidMedia"
  15. #define NTExceptionInternalError    @"NTExceptionInternalError"
  16. #define NTExceptionDescriptorError    @"NTExceptionDescriptorError"
  17. #define NTExceptionCallerError        @"NTExceptionCallerError"
  18. #define NTExceptionBadImageDescription    @"NTExceptionBadImageDescription"
  19.