|
wxSQLite3
5.0.1
|
SQL exception. More...
#include <wxsqlite3.h>
Public Member Functions | |
| Exception (int errorCode, const wxString &errMsg) | |
| Constructor. | |
| virtual | ~Exception ()=default |
| Destructor. | |
| int | GetErrorCode () const noexcept |
| Get error code associated with the exception. | |
| int | GetExtendedErrorCode () const noexcept |
| Get extended error code associated with the exception. | |
| const wxString & | GetMessage () const noexcept |
| Get error message associated with the exception. | |
Static Public Member Functions | |
| static const wxString | ErrorCodeAsString (int errorCode) |
| Convert error code to error message. | |
SQL exception.
| wxSQLite3::Exception::Exception | ( | int | errorCode, |
| const wxString & | errMsg ) |
Constructor.
|
virtualdefault |
Destructor.
|
static |
Convert error code to error message.
|
inlinenoexcept |
Get error code associated with the exception.
|
inlinenoexcept |
Get extended error code associated with the exception.
|
inlinenoexcept |
Get error message associated with the exception.