@@ -33,12 +33,12 @@ /** * \param class_ The class of the object which caused the exception * \param condition The condition which could not be broadcasted * \return A new condition broadcast failed exception */ -+ newWithClass: (Class)class_ - condition: (OFCondition*)condition; ++ exceptionWithClass: (Class)class_ + condition: (OFCondition*)condition; /** * Initializes an already allocated condition broadcast failed exception. * * \param class_ The class of the object which caused the exception