Added another category method to NSException that would allow you to modify and extend the userInfo key

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@6777 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
karl 2000-06-22 20:20:12 +00:00
parent dc7d3f707a
commit 31fefa9269
2 changed files with 32 additions and 0 deletions

View file

@ -202,6 +202,8 @@ extern NSData* HexStringToData(NSString* _string);
-(NSException*)exceptionByAddingUserInfo:(NSDictionary*)userInfo_;
-(NSException*)exceptionByAddingUserInfoKey:(id)key_
format:(NSString*)format_,...;
-(NSException*)exceptionByAddingToUserInfoKey:(id)key_
format:(NSString*)format_,...;
-(NSException*)exceptionByAddingUserInfoFrameInfo:(NSString*)frameInfo_;
-(NSException*)exceptionByAddingUserInfoFrameInfoFormat:(NSString*)format_,...;
-(NSException*)exceptionByAddingUserInfoFrameInfoObject:(id)obj_