@@ -29,13 +29,14 @@ @interface OFUnsupportedProtocolException: OFException { OFURL *_URL; } -#ifdef OF_HAVE_PROPERTIES +/*! + * The URL whose protocol is unsupported. + */ @property (readonly, retain) OFURL *URL; -#endif /*! * @brief Creates a new, autoreleased unsupported protocol exception. * * @param URL The URL whose protocol is unsupported @@ -48,13 +49,6 @@ * * @param URL The URL whose protocol is unsupported * @return An initialized unsupported protocol exception */ - initWithURL: (OFURL*)URL; - -/*! - * @brief Returns the URL whose protocol is unsupported. - * - * @return The URL whose protocol is unsupported - */ -- (OFURL*)URL; @end