Wt  3.2.3
Public Member Functions
Wt::Dbo::Exception Class Reference

Exception base class for Wt::Dbo. More...

#include <Wt/Dbo/Exception>

Inheritance diagram for Wt::Dbo::Exception:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Exception (const std::string &error, const std::string &code=std::string())
 Constructor.
std::string code () const
 A (backend-specific) error code.

Detailed Description

Exception base class for Wt::Dbo.


Member Function Documentation

std::string Wt::Dbo::Exception::code ( ) const

A (backend-specific) error code.

For native SQL errors, a native backend code may be available (see the backend documentation for details). This is typically the (semi-standardized) SQLSTATE code value.

When not available, an empty string is returned.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator

Generated on Thu Nov 1 2012 for the C++ Web Toolkit (Wt) by doxygen 1.7.5.1