@@ -34,16 +34,12 @@ /** * @brief Initializes the object with the specified XML element serialization. * * @param element An OFXMLElement with the serialized object * @return An initialized object - * @throw OFInvalidArgumentException The specified element is not valid - * serialization * @throw OFInvalidFormatException The specified element is not of the correct * serialization format - * @throw OFOutOfRangeException The specified element is too big for - * deserialization */ - (instancetype)initWithSerialization: (OFXMLElement *)element; @end #ifdef __cplusplus