@@ -115,10 +115,14 @@ * invalidated stream will throw an @ref OFReadFailedException or * @ref OFWriteFailedException! * * @return The next entry from the LHA archive or `nil` if all entries have * been read + * @throw OFInvalidFormatException The archive's format is invalid + * @throw OFUnsupportedVersionException The archive's format is of an + * unsupported version + * @throw OFTruncatedDataException The archive was truncated */ - (nullable OFLHAArchiveEntry *)nextEntry; /** * @brief Returns a stream for writing the specified entry.