add doxygen comments for exceptions in Scene-manager remote apis
[platform/upstream/iotivity.git] / service / scene-manager / include / RemoteSceneList.h
index 183c144..b102a3c 100644 (file)
@@ -111,6 +111,7 @@ namespace OIC
                 * @param cb A callback to receive the response
                 *
                 * @throws RCSInvalidParameterException If parameter is invalid.
+                * @throws PlatformException If the platform operation failed
                 *
                 * @see RCSRemoteResourceObject
                 */
@@ -125,6 +126,7 @@ namespace OIC
                 * @param cb A callback to receive created RemoteSceneCollection instance
                 *
                 * @throws RCSInvalidParameterException If callback is null.
+                * @throws PlatformException If the platform operation failed
                 *
                 * @note RemoteSceneCollection instance is only produced by RemoteSceneList class.
                 */
@@ -144,6 +146,7 @@ namespace OIC
                 * @param cb A callback to receive the response
                 *
                 * @throws RCSInvalidParameterException If callback is null.
+                * @throws PlatformException If the platform operation failed
                 */
                 void setName(const std::string &name, SetNameCallback cb);