Joedb
9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
error
Out_Of_Date.h
Go to the documentation of this file.
1
#ifndef joedb_Out_Of_Date_declared
2
#define joedb_Out_Of_Date_declared
3
4
#include "
joedb/error/Exception.h
"
5
6
namespace
joedb
7
{
8
/// sent when the schema of a read-only compiled database is out of date
9
/// @ingroup error
10
class
Out_Of_Date
:
public
Exception
11
{
12
public
:
13
Out_Of_Date
(
const
std::string &message):
Exception
(message)
14
{
15
}
16
};
17
}
18
19
#endif
Exception.h
joedb::Exception
Definition
Exception.h:10
joedb::Out_Of_Date
sent when the schema of a read-only compiled database is out of date
Definition
Out_Of_Date.h:11
joedb::Out_Of_Date::Out_Of_Date
Out_Of_Date(const std::string &message)
Definition
Out_Of_Date.h:13
joedb
Definition
Blob.h:7
Generated by
1.9.8