libsl3 1.3.51003
A C++ interface for SQLite
Loading...
Searching...
No Matches
sl3::Error Class Referenceabstract

Exception base type. More...

#include <sl3/error.hpp>

Inheritance diagram for sl3::Error:
sl3::ErrType< ErrCode::NoConnection > sl3::ErrType< ErrCode::OutOfRange > sl3::ErrType< ErrCode::TypeMisMatch > sl3::ErrType< ErrCode::NullValueAccess > sl3::ErrType< ErrCode::UNEXPECTED > sl3::ErrType< ErrCode::SQL3Error > sl3::ErrType< ec > sl3::ErrType< ErrCode::SQL3Error >

Public Member Functions

virtual ErrCode getId () const =0
 Get ErrCode.

Detailed Description

Exception base type.

A common base for all ErrType objects. All exceptions thrown by the library will have this base type.

Member Function Documentation

◆ getId()


The documentation for this class was generated from the following file: