2009/dap/vibration Overview.html,1.4,1.5

Update of /sources/public/2009/dap/vibration
In directory hutz:/tmp/cvs-serv4658

Modified Files:
	Overview.html 
Log Message:
drop partial interface, define NotSupportedError exception

Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/vibration/Overview.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Overview.html	8 Nov 2011 11:21:32 -0000	1.4
+++ Overview.html	8 Nov 2011 15:48:00 -0000	1.5
@@ -102,7 +102,7 @@
     <section>
       <h2>Vibration Interface</h2>
       <div class='idl' title='Navigator implements Vibration'></div>
-      <dl title='partial interface Vibration' class='idl'>
+      <dl title='interface Vibration' class='idl'>
         <dt>void vibrate()</dt>
         <dd>
           <dl class='parameters'>
@@ -111,6 +111,15 @@
               Vibration time in milliseconds.
             </dd>
           </dl>
+          <dl class='exception' title='NotSupportedError'>
+            <dt>
+              NOT_SUPPORTED_ERR&nbsp;(9)
+            </dt>
+            <dd>
+              The <code>time</code> argument exceeds an implementation
+              dependent limit.
+            </dd>
+          </dl>
           <dt>void vibrate()</dt>
           <dd>
             <dl class='parameters'>
@@ -121,6 +130,17 @@
                 entries still periods in milliseconds between the vibrations.
               </dd>
             </dl>
+            <dl class='exception' title='NotSupportedError'>
+              <dt>
+                NOT_SUPPORTED_ERR&nbsp;(9)
+              </dt>
+              <dd>
+                The length of the <code>pattern</code> argument exceeds an
+                implementation dependent limit, or one or more entries in the
+                <code>pattern</code> argument exceed an implementation
+                dependent limit.
+              </dd>
+            </dl>
           </dd>
       </dl>
       

Received on Tuesday, 8 November 2011 15:48:09 UTC