@@ -51,13 +51,11 @@ { self = [super init]; @try { if (data == nil || [data itemSize] != 1) - @throw [OFInvalidArgumentException - exceptionWithClass: [self class] - selector: _cmd]; + @throw [OFInvalidArgumentException exception]; _type = type; _data = [data retain]; } @catch (id e) { [self release];