• 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 34.  NoSuchKeyException</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="InvalidCursorException.html" title="Chapter 33.  InvalidCursorException" />
12    <link rel="next" href="NotEnoughMemoryException.html" title="Chapter 35.  NotEnoughMemoryException" />
13  </head>
14  <body>
15    <div class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">Chapter 34. 
19 NoSuchKeyException  </th>
20        </tr>
21        <tr>
22          <td width="20%" align="left"><a accesskey="p" href="InvalidCursorException.html">Prev</a> </td>
23          <th width="60%" align="center"> </th>
24          <td width="20%" align="right"> <a accesskey="n" href="NotEnoughMemoryException.html">Next</a></td>
25        </tr>
26      </table>
27      <hr />
28    </div>
29    <div class="chapter" lang="en" xml:lang="en">
30      <div class="titlepage">
31        <div>
32          <div>
33            <h2 class="title"><a id="NoSuchKeyException"></a>Chapter 34. 
34 NoSuchKeyException  </h2>
35          </div>
36        </div>
37      </div>
38      <p>There is no such key in the database. </p>
39      <p>The key can't not be passed into the exception instance because this class has to be a class template for that to work. </p>
40      <h4><a id="id1575118"></a> Public Members </h4>
41      <div class="informaltable">
42        <table border="1" width="80%">
43          <colgroup>
44            <col />
45            <col />
46          </colgroup>
47          <thead>
48            <tr>
49              <th>Member</th>
50              <th>Description</th>
51            </tr>
52          </thead>
53          <tbody>
54            <tr>
55              <td>
56<a class="xref" href="NoSuchKeyException.html#stlNoSuchKeyExceptionNoSuchKeyException" title="NoSuchKeyException">
57NoSuchKeyException
58</a>
59</td>
60              <td>
61   </td>
62            </tr>
63          </tbody>
64        </table>
65      </div>
66      <h4><a id="id1574525"></a>
67Group</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="stlNoSuchKeyExceptionNoSuchKeyException"></a>
79NoSuchKeyException
80</h2>
81            </div>
82          </div>
83        </div>
84        <div class="sect2" lang="en" xml:lang="en">
85          <div class="titlepage">
86            <div>
87              <div>
88                <h3 class="title"><a id="func_details"></a>
89Function Details</h3>
90              </div>
91            </div>
92          </div>
93          <pre class="programlisting">
94NoSuchKeyException()
95 </pre>
96          <div class="sect3" lang="en" xml:lang="en">
97            <div class="titlepage"></div>
98          </div>
99        </div>
100        <div class="sect2" lang="en" xml:lang="en">
101          <div class="titlepage">
102            <div>
103              <div>
104                <h3 class="title"><a id="id1575514"></a>
105Class</h3>
106              </div>
107            </div>
108          </div>
109          <p>
110  <a class="link" href="NoSuchKeyException.html" title="Chapter 34.  NoSuchKeyException">
111  NoSuchKeyException</a>
112     </p>
113        </div>
114      </div>
115    </div>
116    <div class="navfooter">
117      <hr />
118      <table width="100%" summary="Navigation footer">
119        <tr>
120          <td width="40%" align="left"><a accesskey="p" href="InvalidCursorException.html">Prev</a> </td>
121          <td width="20%" align="center"> </td>
122          <td width="40%" align="right"> <a accesskey="n" href="NotEnoughMemoryException.html">Next</a></td>
123        </tr>
124        <tr>
125          <td width="40%" align="left" valign="top">Chapter 33. 
126 InvalidCursorException   </td>
127          <td width="20%" align="center">
128            <a accesskey="h" href="index.html">Home</a>
129          </td>
130          <td width="40%" align="right" valign="top"> Chapter 35. 
131 NotEnoughMemoryException  </td>
132        </tr>
133      </table>
134    </div>
135  </body>
136</html>
137