~ubuntu-branches/ubuntu/vivid/db/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/api_reference/STL/DbstlException.html

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2010-04-04 09:37:47 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20100404093747-7x3j05svjdoy8tdi
Tags: upstream-5.0.21
Import upstream version 5.0.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
      </div>
38
38
      <p>Base class of all dbstl exception classes. </p>
39
39
      <p>It is derived from Berkeley DB C++ API DbException class to maintain consistency with all Berkeley DB exceptions. </p>
40
 
      <h4><a id="id1574696"></a> Public Members </h4>
 
40
      <h4><a id="id3407269"></a> Public Members </h4>
41
41
      <div class="informaltable">
42
42
        <table border="1" width="80%">
43
43
          <colgroup>
53
53
          <tbody>
54
54
            <tr>
55
55
              <td>
56
 
<a class="xref" href="DbstlException.html#stlDbstlExceptionDbstlException" title="DbstlException">
57
 
DbstlException
58
 
</a>
59
 
</td>
60
 
              <td>
61
 
   </td>
62
 
            </tr>
63
 
            <tr>
64
 
              <td>
65
 
<a class="xref" href="stlDbstlExceptionoperator_assign.html" title="operator=">
66
 
operator=
67
 
</a>
68
 
</td>
69
 
              <td>
70
 
   </td>
71
 
            </tr>
72
 
            <tr>
73
 
              <td>
74
 
<a class="xref" href="stlDbstlExceptiondstr_DbstlException.html" title="~DbstlException">
75
 
~DbstlException
76
 
</a>
 
56
<a class="xref" href="DbstlException.html#stlDbstlExceptionDbstlException" title="DbstlException">DbstlException</a>
 
57
</td>
 
58
              <td>
 
59
   </td>
 
60
            </tr>
 
61
            <tr>
 
62
              <td>
 
63
<a class="xref" href="stlDbstlExceptionoperator_assign.html" title="operator=">operator=</a>
 
64
</td>
 
65
              <td>
 
66
   </td>
 
67
            </tr>
 
68
            <tr>
 
69
              <td>
 
70
<a class="xref" href="stlDbstlExceptiondstr_DbstlException.html" title="~DbstlException">~DbstlException</a>
77
71
</td>
78
72
              <td>
79
73
   </td>
81
75
          </tbody>
82
76
        </table>
83
77
      </div>
84
 
      <h4><a id="id1574968"></a>
 
78
      <h4><a id="id3407559"></a>
85
79
Group</h4>
86
80
      <p>
87
81
<a class="xref" href="Exception_classes_group.html" title="Chapter 29.  Dbstl Exception Classes">
93
87
        <div class="titlepage">
94
88
          <div>
95
89
            <div>
96
 
              <h2 class="title" style="clear: both"><a id="stlDbstlExceptionDbstlException"></a>
97
 
DbstlException
98
 
</h2>
 
90
              <h2 class="title" style="clear: both"><a id="stlDbstlExceptionDbstlException"></a>DbstlException</h2>
99
91
            </div>
100
92
          </div>
101
93
        </div>
103
95
          <div class="titlepage">
104
96
            <div>
105
97
              <div>
106
 
                <h3 class="title"><a id="func_details"></a>
107
 
Function Details</h3>
 
98
                <h3 class="title"><a id="stlDbstlExceptionDbstlException_details"></a>Function Details</h3>
108
99
              </div>
109
100
            </div>
110
101
          </div>
111
102
          <pre class="programlisting">
112
 
DbstlException(const char *msg)
113
 
 </pre>
114
 
          <div class="sect3" lang="en" xml:lang="en">
115
 
            <div class="titlepage"></div>
116
 
          </div>
117
 
          <pre class="programlisting">
118
 
DbstlException(const char *msg,
119
 
    int err)
120
 
 </pre>
121
 
          <div class="sect3" lang="en" xml:lang="en">
122
 
            <div class="titlepage"></div>
123
 
          </div>
124
 
          <pre class="programlisting">
125
 
DbstlException(const DbstlException &amp;ex)
126
 
 </pre>
127
 
          <div class="sect3" lang="en" xml:lang="en">
128
 
            <div class="titlepage"></div>
129
 
          </div>
130
 
          <pre class="programlisting">
131
 
DbstlException(int err)
132
 
 </pre>
133
 
          <div class="sect3" lang="en" xml:lang="en">
134
 
            <div class="titlepage"></div>
135
 
          </div>
136
 
          <pre class="programlisting">
137
 
DbstlException(const char *prefix, const char *msg,
138
 
    int err)
139
 
 </pre>
140
 
          <div class="sect3" lang="en" xml:lang="en">
141
 
            <div class="titlepage"></div>
142
 
          </div>
 
103
DbstlException(const char *msg)
 
104
 </pre>
 
105
          <pre class="programlisting">
 
106
DbstlException(const char *msg,
 
107
    int err)
 
108
 </pre>
 
109
          <pre class="programlisting">
 
110
DbstlException(const DbstlException &amp;ex)
 
111
 </pre>
 
112
          <pre class="programlisting">
 
113
DbstlException(int err)
 
114
 </pre>
 
115
          <pre class="programlisting">
 
116
DbstlException(const char *prefix, const char *msg,
 
117
    int err)
 
118
 </pre>
143
119
        </div>
144
120
        <div class="sect2" lang="en" xml:lang="en">
145
121
          <div class="titlepage">
146
122
            <div>
147
123
              <div>
148
 
                <h3 class="title"><a id="id1574834"></a>
149
 
Class</h3>
 
124
                <h3 class="title"><a id="id3407346"></a>Class</h3>
150
125
              </div>
151
126
            </div>
152
127
          </div>
171
146
          <td width="20%" align="center">
172
147
            <a accesskey="h" href="index.html">Home</a>
173
148
          </td>
174
 
          <td width="40%" align="right" valign="top"> 
175
 
operator=
176
 
</td>
 
149
          <td width="40%" align="right" valign="top"> operator=</td>
177
150
        </tr>
178
151
      </table>
179
152
    </div>