@@ -247,10 +247,15 @@ @"The method %s of class %s is not or not fully implemented!", sel_getName(selector), [inClass className]]; return string; } + +- (SEL)selector +{ + return selector; +} @end @implementation OFOutOfRangeException - (OFString*)string { @@ -297,10 +302,15 @@ @"The argument for method %s of class %s is invalid!", sel_getName(selector), [inClass className]]; return string; } + +- (SEL)selector +{ + return selector; +} @end @implementation OFInvalidEncodingException - (OFString*)string {