@@ -566,11 +566,10 @@ size_t count = [self count]; id object; if (parse_object([self items], count, &object) != count || object == nil) - @throw [OFInvalidFormatException - exceptionWithClass: [self class]]; + @throw [OFInvalidFormatException exception]; return object; } @end