[messageport] remove useless exception
authorHyunjin Park <hj.na.park@samsung.com>
Mon, 21 Sep 2015 06:12:49 +0000 (15:12 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Mon, 21 Sep 2015 06:13:54 +0000 (15:13 +0900)
ACR : http://168.219.209.56/jira/browse/TWDAPI-38

Change-Id: I1fbf9030df009e668ace8af446af17b932b0f023
Signed-off-by: Hyunjin park <hj.na.park@samsung.com>
org.tizen.web.apireference/html/device_api/mobile/tizen/messageport.html

index 2008b02..bb28758 100644 (file)
@@ -261,12 +261,6 @@ If the message port name and application ID are the same, the platform returns t
 <p><span class="except">Exceptions:</span></p>
           <ul class="exception"><li>WebAPIException<ul>
 <li class="list"><p>
- with error type TypeMismatchError, if the input parameter is not compatible with the expected type.
-                </p></li>
-<li class="list"><p>
- with error type InvalidValuesError, if an input parameter contains an invalid value.
-                </p></li>
-<li class="list"><p>
  with error type NotFoundError, if the port of the target application is not found.
                 </p></li>
 <li class="list"><p>
@@ -321,12 +315,6 @@ Trusted remote message port can communicate with applications that are signed wi
 <p><span class="except">Exceptions:</span></p>
           <ul class="exception"><li>WebAPIException<ul>
 <li class="list"><p>
- with error type TypeMismatchError, if the input parameter is not compatible with the expected type.
-                </p></li>
-<li class="list"><p>
- with error type InvalidValuesError, if an input parameter contains an invalid value.
-                </p></li>
-<li class="list"><p>
  with error type NotFoundError, if the port of the target application is not found.
                 </p></li>
 <li class="list"><p>