libsl3 1.2.41002
A C++ interface for SQLite
Loading...
Searching...
No Matches
Public Member Functions | List of all members
sl3::Error Class Referenceabstract

Exception base type. More...

#include <sl3/error.hpp>

Inheritance diagram for sl3::Error:
sl3::ErrType< ec > sl3::ErrType< ErrCode::SQL3Error >

Public Member Functions

virtual ErrCode getId () const =0
 Get ErrCode.
 

Detailed Description

Exception base type.

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

Member Function Documentation

◆ getId()

virtual ErrCode sl3::Error::getId ( ) const
pure virtual

Get ErrCode.

Returns
the Errcode of the excetion

Implemented in sl3::ErrType< ec >, and sl3::ErrType< ErrCode::SQL3Error >.


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