Wt  3.3.8
Public Member Functions | List of all members
Wt::Dbo::NoUniqueResultException Class Reference

Exception thrown when a query unexpectedly finds a non-unique result. More...

#include <Wt/Dbo/Exception>

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

Public Member Functions

 NoUniqueResultException ()
 Constructor.
 
- Public Member Functions inherited from Wt::Dbo::Exception
 Exception (const std::string &error, const std::string &code=std::string())
 Constructor.
 
std::string code () const
 A (backend-specific) error code. More...
 

Detailed Description

Exception thrown when a query unexpectedly finds a non-unique result.

This Exception is thrown by Query::resultValue() when the query has more than one result.


Generated on Mon Sep 4 2017 for the C++ Web Toolkit (Wt) by doxygen 1.8.11