Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / docs / api_reference / STL / InvalidDbtException.html
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 31.  InvalidDbtException</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="stlDbstlExceptiondstr_DbstlException.html" title="~DbstlException" />
12     <link rel="next" href="FailedAssertionException.html" title="Chapter 32.  FailedAssertionException" />
13   </head>
14   <body>
15     <div xmlns="" class="navheader">
16       <div class="libver">
17         <p>Library Version 11.2.5.3</p>
18       </div>
19       <table width="100%" summary="Navigation header">
20         <tr>
21           <th colspan="3" align="center">Chapter 31. 
22  InvalidDbtException  </th>
23         </tr>
24         <tr>
25           <td width="20%" align="left"><a accesskey="p" href="stlDbstlExceptiondstr_DbstlException.html">Prev</a> </td>
26           <th width="60%" align="center"> </th>
27           <td width="20%" align="right"> <a accesskey="n" href="FailedAssertionException.html">Next</a></td>
28         </tr>
29       </table>
30       <hr />
31     </div>
32     <div class="chapter" lang="en" xml:lang="en">
33       <div class="titlepage">
34         <div>
35           <div>
36             <h2 class="title"><a id="InvalidDbtException"></a>Chapter 31. 
37  InvalidDbtException  </h2>
38           </div>
39         </div>
40       </div>
41       <p>The Dbt object has inconsistent status or has no valid data, it is unable to be used any more. </p>
42       <h4><a id="idp1587864"></a> Public Members </h4>
43       <div class="informaltable">
44         <table border="1" width="80%">
45           <colgroup>
46             <col />
47             <col />
48           </colgroup>
49           <thead>
50             <tr>
51               <th>Member</th>
52               <th>Description</th>
53             </tr>
54           </thead>
55           <tbody>
56             <tr>
57               <td>
58 <a class="xref" href="InvalidDbtException.html#stlInvalidDbtExceptionInvalidDbtException" title="InvalidDbtException">InvalidDbtException</a>
59 </td>
60               <td>
61    </td>
62             </tr>
63           </tbody>
64         </table>
65       </div>
66       <h4><a id="idp1612656"></a>
67 Group</h4>
68       <p>
69 <a class="xref" href="Exception_classes_group.html" title="Chapter 29.  Dbstl Exception Classes">
70  Dbstl Exception Classes  </a>
71 </p>
72       <p>
73 </p>
74       <div class="sect1" lang="en" xml:lang="en">
75         <div class="titlepage">
76           <div>
77             <div>
78               <h2 class="title" style="clear: both"><a id="stlInvalidDbtExceptionInvalidDbtException"></a>InvalidDbtException</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="stlInvalidDbtExceptionInvalidDbtException_details"></a>Function Details</h3>
87               </div>
88             </div>
89           </div>
90           <pre class="programlisting">
91 InvalidDbtException()
92  </pre>
93           <pre class="programlisting">
94 InvalidDbtException(int error_code)
95  </pre>
96         </div>
97         <div class="sect2" lang="en" xml:lang="en">
98           <div class="titlepage">
99             <div>
100               <div>
101                 <h3 class="title"><a id="idp1617712"></a>Class</h3>
102               </div>
103             </div>
104           </div>
105           <p>
106   <a class="link" href="InvalidDbtException.html" title="Chapter 31.  InvalidDbtException">
107   InvalidDbtException</a>
108      </p>
109         </div>
110       </div>
111     </div>
112     <div class="navfooter">
113       <hr />
114       <table width="100%" summary="Navigation footer">
115         <tr>
116           <td width="40%" align="left"><a accesskey="p" href="stlDbstlExceptiondstr_DbstlException.html">Prev</a> </td>
117           <td width="20%" align="center"> </td>
118           <td width="40%" align="right"> <a accesskey="n" href="FailedAssertionException.html">Next</a></td>
119         </tr>
120         <tr>
121           <td width="40%" align="left" valign="top">~DbstlException </td>
122           <td width="20%" align="center">
123             <a accesskey="h" href="index.html">Home</a>
124           </td>
125           <td width="40%" align="right" valign="top"> Chapter 32. 
126  FailedAssertionException  </td>
127         </tr>
128       </table>
129     </div>
130   </body>
131 </html>