@@ -31,13 +31,14 @@ @interface OFThreadStartFailedException: OFException { OFThread *_thread; } -#ifdef OF_HAVE_PROPERTIES +/*! + * The thread which could not be started. + */ @property (readonly, retain) OFThread *thread; -#endif /*! * @brief Creates a new, autoreleased thread start failed exception. * * @param thread The thread which could not be started @@ -50,13 +51,6 @@ * * @param thread The thread which could not be started * @return An initialized thread start failed exception */ - initWithThread: (OFThread*)thread; - -/*! - * @brief Returns the thread which could not be started. - * - * @return The thread which could not be started - */ -- (OFThread*)thread; @end