Author: wyoung
Date: Tue Jun 26 03:51:49 2007
New Revision: 1608

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1608&view=rev
Log:
Documented another non-optional exception

Modified:
    trunk/doc/userman/userman.dbx

Modified: trunk/doc/userman/userman.dbx
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/userman.dbx?rev=1608&r1=1607&r2=1608&view=diff
==============================================================================
--- trunk/doc/userman/userman.dbx (original)
+++ trunk/doc/userman/userman.dbx Tue Jun 26 03:51:49 2007
@@ -468,8 +468,8 @@
         one is created. There's no way to globally enable or disable
         this flag on existing objects in a single call.</para>
 
-        <para>There are a few classes of exceptions MySQL++ can throw
-        that are not optional:</para>
+        <para>There are some exceptions MySQL++ can throw that are
+        not optional:</para>
 
         <itemizedlist>
             <listitem><para>The largest set of non-optional exceptions
@@ -497,6 +497,11 @@
             don't pass enough parameters when instantiating the
             template, <classname>Query</classname> will throw
             a <ulink type="classref" url="BadParamCount"/>
+            exception.</para></listitem>
+
+            <listitem><para>If you pass a bad option value to
+            <methodname>Connection::set_option</methodname>, it will
+            throw a <classname>BadOption</classname>
             exception.</para></listitem>
         </itemizedlist>
 


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to