@@ -300,23 +300,23 @@ - (void)handleTermination OF_REQUIRES_SUPER; /** * @brief Starts the thread. * + * @throw OFStartThreadFailedException Starting the thread failed * @throw OFThreadStillRunningException The thread is still running - * @throw OFThreadStartFailedException Starting the thread failed */ - (void)start; /** * @brief Joins a thread. * * @return The object returned by the main method of the thread. - * @throw OFThreadJoinFailedException Joining the thread failed + * @throw OFJoinThreadFailedException Joining the thread failed */ - (id)join; #else - (instancetype)init OF_UNAVAILABLE; #endif @end OF_ASSUME_NONNULL_END