libsl3 1.2.41002
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 command base for all ErrType objects. All exceptions thrown by the library wil have this base type.
|
pure virtual |
Get ErrCode.
Implemented in sl3::ErrType< ec >, and sl3::ErrType< ErrCode::SQL3Error >.