* Source/NSException.m: Add NSObjectNotAvailableException.

* Headers/Foundation/NSException.h: Ditto.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26322 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Matt Rice 2008-03-16 22:43:43 +00:00
parent aa884e1a44
commit 3c69a9c73b
3 changed files with 9 additions and 0 deletions

View file

@ -199,6 +199,8 @@ GS_EXPORT NSString* const NSCharacterConversionException;
*/
GS_EXPORT NSString* const NSObjectInaccessibleException;
GS_EXPORT NSString* const NSObjectNotAvailableException;
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
/**
* An exception used when some form of parsing fails.