Exception thrown by CppCMS framework. More...
#include <cppcms/cppcms_error.h>
Public Member Functions | |
| cppcms_error (int err, std::string const &error) | |
| cppcms_error (std::string const &error) | |
Exception thrown by CppCMS framework.
Every exception that is thrown from CppCMS modules derived from this exception.
| cppcms::cppcms_error::cppcms_error | ( | int | err, | |
| std::string const & | error | |||
| ) |
Create an object with error code err (errno) and a message error
| cppcms::cppcms_error::cppcms_error | ( | std::string const & | error | ) | [inline] |
Create an object with message error
1.7.1