Searched refs:DbException (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_except.cpp31 // DbException //
35 DbException::~DbException() throw()
40 DbException::DbException(int err) function in class:DbException
47 DbException::DbException(const char *description) function in class:DbException
54 DbException::DbException(const char *description, int err) function in class:DbException
61 DbException function in class:DbException
[all...]
H A Dcxx_env.cpp611 DbException except(caller, error);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DSequenceExample.cpp84 catch (DbException &dbe) {
128 } catch (DbException &dbe) {
H A DBtRecExample.cpp85 throw DbException(ret);
146 throw DbException(ret);
155 throw DbException(ret);
173 throw DbException(ret);
217 catch (DbException &dbe) {
H A DTpcbExample.cpp225 catch (DbException &dbe) {
289 DbException except("Account file create failed", err);
298 DbException except("Account file close failed", err);
318 DbException except("Branch file create failed", err);
326 DbException except("Close of branch file failed", err);
346 DbException except("Teller file create failed", err);
355 DbException except("Close of teller file failed", err);
367 DbException except("Create of history file failed", err);
373 DbException except("Close of history file failed", err);
398 DbException excep
[all...]
H A DAccessExample.cpp85 catch (DbException &dbe) {
163 catch (DbException &dbe) {
H A DEnvExample.cpp71 catch (DbException &dbe) {
77 // Note that any of the db calls can throw DbException
H A DLockExample.cpp96 catch (DbException &dbe) {
H A DMpoolExample.cpp99 catch (DbException &dbe) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A DMyDb.cpp27 // DbException is not a subclass of std::exception, so we
29 catch(DbException &e)
53 catch(DbException &e)
H A Dexcxx_example_database_read.cpp88 } catch(DbException &e) {
134 } catch(DbException &e) {
171 } catch(DbException &e) {
220 } catch(DbException &e) {
H A Dexcxx_example_database_load.cpp97 } catch(DbException &e) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuide.cpp148 } catch(DbException &e) {
163 } catch(DbException &e) {
256 } catch (DbException &e) {
282 } catch (DbException &e) {
333 } catch (DbException &e) {
341 } catch (DbException &e) {
379 } catch (DbException &e) {
H A DTxnGuideInMemory.cpp130 } catch(DbException &e) {
145 } catch(DbException &e) {
238 } catch (DbException &e) {
263 } catch (DbException &e) {
315 } catch (DbException &e) {
323 } catch (DbException &e) {
361 } catch (DbException &e) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestSimpleAccess.cpp62 catch (DbException &dbe) {
H A DTestKeyRange.cpp59 catch (DbException &dbe) {
163 catch (DbException &dbe) {
H A DTestGetSetMethods.cpp82 catch (DbException &dbe) {
H A DTestTruncate.cpp79 catch (DbException &dbe) {
H A DTestLogc.cpp96 catch (DbException &dbe) {
H A DTestConstruct01.cpp288 catch (DbException &dbe) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h84 class DbException; // forward
1078 // Almost any error in the DB library throws a DbException.
1082 class _exported DbException : public __DB_STD(exception) class in inherits:__DB_STD,exception
1085 virtual ~DbException() throw();
1086 DbException(int err);
1087 DbException(const char *description);
1088 DbException(const char *description, int err);
1089 DbException(const char *prefix, const char *description, int err);
1095 DbException(const DbException
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h85 class DbException; // forward
1079 // Almost any error in the DB library throws a DbException.
1083 class _exported DbException : public __DB_STD(exception) class in inherits:__DB_STD,exception
1086 virtual ~DbException() throw();
1087 DbException(int err);
1088 DbException(const char *description);
1089 DbException(const char *description, int err);
1090 DbException(const char *prefix, const char *description, int err);
1096 DbException(const DbException
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h85 class DbException; // forward
1079 // Almost any error in the DB library throws a DbException.
1083 class _exported DbException : public __DB_STD(exception) class in inherits:__DB_STD,exception
1086 virtual ~DbException() throw();
1087 DbException(int err);
1088 DbException(const char *description);
1089 DbException(const char *description, int err);
1090 DbException(const char *prefix, const char *description, int err);
1096 DbException(const DbException
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp124 } catch (DbException e) {
282 } catch (DbException dbe) {
358 } catch (DbException e) {
507 } catch (DbException dbe) {

Completed in 74 milliseconds