Wt  4.10.4
Public Member Functions | List of all members
Wt::WException Class Reference

Base class for exceptions thrown by Wt. More...

#include <Wt/WException.h>

Inheritance diagram for Wt::WException:
[legend]

Public Member Functions

 WException (const std::string &what)
 Creates an exception.
 
 WException (const std::string &what, const std::exception &wrapped)
 Creates an exception.
 
virtual ~WException () throw ()
 Destructor.
 
virtual const char * what () const override throw ()
 Returns the message.
 
void setMessage (const std::string &msg)
 Sets the message.
 

Detailed Description

Base class for exceptions thrown by Wt.