Wt
4.11.1
|
Exception thrown when trying to load a non-existing object. More...
#include <Wt/Dbo/Exception.h>
Public Member Functions | |
ObjectNotFoundException (const char *table, const std::string &id) | |
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... | |
Exception thrown when trying to load a non-existing object.
This Exception is thrown by Session::load() when trying to load an object that does not exist.