|
xale-db 1.0
minimal SQL engine, written in c++
|
#include <ExceptionHandler.h>


Public Member Functions | |
| DbException (ExceptionCode code, std::string msg, const char *file, int line) | |
| const char * | what () const noexcept override |
| ExceptionCode | getCode () const |
| Xale::Core::DbException::DbException | ( | ExceptionCode | code, |
| std::string | msg, | ||
| const char * | file, | ||
| int | line ) |
| ExceptionCode Xale::Core::DbException::getCode | ( | ) | const |
|
overridenoexcept |