SQL exception.  
 More...
#include <wxsqlite3.h>
      
        
          | wxSQLite3Exception::wxSQLite3Exception | ( | int | errorCode, | 
        
          |  |  | const wxString & | errMsg | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | wxSQLite3Exception::~wxSQLite3Exception | ( |  | ) |  |  | virtual | 
 
 
  
  | 
        
          | const wxString wxSQLite3Exception::ErrorCodeAsString | ( | int | errorCode | ) |  |  | static | 
 
Convert error code to error message. 
 
 
  
  | 
        
          | int wxSQLite3Exception::GetErrorCode | ( |  | ) | const |  | inline | 
 
Get error code associated with the exception. 
 
 
  
  | 
        
          | int wxSQLite3Exception::GetExtendedErrorCode | ( |  | ) | const |  | inline | 
 
Get extended error code associated with the exception. 
 
 
  
  | 
        
          | const wxString wxSQLite3Exception::GetMessage | ( |  | ) | const |  | inline | 
 
Get error message associated with the exception. 
 
 
The documentation for this class was generated from the following files: