Exception(const char *file, size_t line, const char *what)
Constructor for a given type for exceptions with file name and file line number.
virtual const char * what() const
Returns a C-style character string of the cause of the exception.
AmbiguousDatabase(const char *file, size_t line, const char *what)
DataTruncated(const char *file, size_t line, const char *what)
DbConfigError(const char *file, size_t line, const char *what)
DuplicateEntry(const char *file, size_t line, const char *what)
InvalidAddressFamily(const char *file, size_t line, const char *what)
InvalidRange(const char *file, size_t line, const char *what)
MultipleRecords(const char *file, size_t line, const char *what)
NoRowsAffected(const char *file, size_t line, const char *what)
NoSuchDatabase(const char *file, size_t line, const char *what)
NullKeyError(const char *file, size_t line, const char *what)
ReadOnlyDb(const char *file, size_t line, const char *what)
Defines the logger used by the top-level component of kea-lfc.