|
libsl3 1.3.51003
A C++ interface for SQLite
|
Exception base type. More...
#include <sl3/error.hpp>
Public Member Functions | |
| virtual ErrCode | getId () const =0 |
| Get ErrCode. | |
Exception base type.
A common base for all ErrType objects. All exceptions thrown by the library will have this base type.
|
pure virtual |
Get ErrCode.
Implemented in sl3::ErrType< ec >, sl3::ErrType< ErrCode::NoConnection >, sl3::ErrType< ErrCode::NullValueAccess >, sl3::ErrType< ErrCode::OutOfRange >, sl3::ErrType< ErrCode::SQL3Error >, sl3::ErrType< ErrCode::TypeMisMatch >, and sl3::ErrType< ErrCode::UNEXPECTED >.