pion-net
4.0.9
|
exception used to propagate exceptions thrown by web services More...
#include <WebServer.hpp>
Inherits pion::PionException.
Public Member Functions | |
WebServiceException (const std::string &resource, const std::string &file) | |
![]() | |
PionException (const char *what_msg) | |
PionException (const std::string &what_msg) | |
PionException (const char *description, const std::string ¶m) | |
PionException (std::string description, const std::string ¶m) | |
virtual const char * | what () const throw () |
returns a descriptive message for the exception |
exception used to propagate exceptions thrown by web services
Definition at line 66 of file WebServer.hpp.