• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/docs/api_reference/STL/
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4  <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6    <title>Chapter 39.  InvalidArgumentException</title>
7    <link rel="stylesheet" href="apiReference.css" type="text/css" />
8    <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9    <link rel="start" href="index.html" title="Berkeley DB C++ Standard Template Library API Reference" />
10    <link rel="up" href="index.html" title="Berkeley DB C++ Standard Template Library API Reference" />
11    <link rel="prev" href="InvalidFunctionCall.html" title="Chapter 38.  InvalidFunctionCall" />
12  </head>
13  <body>
14    <div class="navheader">
15      <table width="100%" summary="Navigation header">
16        <tr>
17          <th colspan="3" align="center">Chapter 39. 
18 InvalidArgumentException  </th>
19        </tr>
20        <tr>
21          <td width="20%" align="left"><a accesskey="p" href="InvalidFunctionCall.html">Prev</a> </td>
22          <th width="60%" align="center"> </th>
23          <td width="20%" align="right"> </td>
24        </tr>
25      </table>
26      <hr />
27    </div>
28    <div class="chapter" lang="en" xml:lang="en">
29      <div class="titlepage">
30        <div>
31          <div>
32            <h2 class="title"><a id="InvalidArgumentException"></a>Chapter 39. 
33 InvalidArgumentException  </h2>
34          </div>
35        </div>
36      </div>
37      <p>Some argument of a function is invalid. </p>
38      <h4><a id="id1575785"></a> Public Members </h4>
39      <div class="informaltable">
40        <table border="1" width="80%">
41          <colgroup>
42            <col />
43            <col />
44          </colgroup>
45          <thead>
46            <tr>
47              <th>Member</th>
48              <th>Description</th>
49            </tr>
50          </thead>
51          <tbody>
52            <tr>
53              <td>
54<a class="xref" href="InvalidArgumentException.html#stlInvalidArgumentExceptionInvalidArgumentException" title="InvalidArgumentException">
55InvalidArgumentException
56</a>
57</td>
58              <td>
59   </td>
60            </tr>
61          </tbody>
62        </table>
63      </div>
64      <h4><a id="id1576068"></a>
65Group</h4>
66      <p>
67<a class="xref" href="Exception_classes_group.html" title="Chapter 29.  Dbstl Exception Classes">
68 Dbstl Exception Classes  </a>
69</p>
70      <p>
71</p>
72      <div class="sect1" lang="en" xml:lang="en">
73        <div class="titlepage">
74          <div>
75            <div>
76              <h2 class="title" style="clear: both"><a id="stlInvalidArgumentExceptionInvalidArgumentException"></a>
77InvalidArgumentException
78</h2>
79            </div>
80          </div>
81        </div>
82        <div class="sect2" lang="en" xml:lang="en">
83          <div class="titlepage">
84            <div>
85              <div>
86                <h3 class="title"><a id="func_details"></a>
87Function Details</h3>
88              </div>
89            </div>
90          </div>
91          <pre class="programlisting">
92InvalidArgumentException(const char *errmsg)
93 </pre>
94          <div class="sect3" lang="en" xml:lang="en">
95            <div class="titlepage"></div>
96          </div>
97          <pre class="programlisting">
98InvalidArgumentException(const char *argtype,
99    const char *arg)
100 </pre>
101          <div class="sect3" lang="en" xml:lang="en">
102            <div class="titlepage"></div>
103          </div>
104        </div>
105        <div class="sect2" lang="en" xml:lang="en">
106          <div class="titlepage">
107            <div>
108              <div>
109                <h3 class="title"><a id="id1575962"></a>
110Class</h3>
111              </div>
112            </div>
113          </div>
114          <p>
115  <a class="link" href="InvalidArgumentException.html" title="Chapter 39.  InvalidArgumentException">
116  InvalidArgumentException</a>
117     </p>
118        </div>
119      </div>
120    </div>
121    <div class="navfooter">
122      <hr />
123      <table width="100%" summary="Navigation footer">
124        <tr>
125          <td width="40%" align="left"><a accesskey="p" href="InvalidFunctionCall.html">Prev</a> </td>
126          <td width="20%" align="center"> </td>
127          <td width="40%" align="right"> </td>
128        </tr>
129        <tr>
130          <td width="40%" align="left" valign="top">Chapter 38. 
131 InvalidFunctionCall   </td>
132          <td width="20%" align="center">
133            <a accesskey="h" href="index.html">Home</a>
134          </td>
135          <td width="40%" align="right" valign="top"> </td>
136        </tr>
137      </table>
138    </div>
139  </body>
140</html>
141