Custom exception class for database-related errors. It includes an error code, message, and source location information.
More...
#include <ExceptionHandler.h>
Custom exception class for database-related errors. It includes an error code, message, and source location information.
◆ DbException()
| Xale::Core::DbException::DbException |
( |
ExceptionCode | code, |
|
|
std::string | msg, |
|
|
const char * | file, |
|
|
int | line ) |
◆ getCode()
◆ what()
| const char * Xale::Core::DbException::what |
( |
| ) |
const |
|
overridenoexcept |
The documentation for this class was generated from the following files: