|
CppCMS
|
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) | |
Public Member Functions inherited from booster::runtime_error | |
| runtime_error (std::string const &s) | |
Public Member Functions inherited from booster::backtrace | |
| backtrace (size_t frames_no=default_stack_size) | |
| size_t | stack_size () const |
| void * | return_address (unsigned frame_no) const |
| void | trace_line (unsigned frame_no, std::ostream &out) const |
| std::string | trace_line (unsigned frame_no) const |
| std::string | trace () const |
| void | trace (std::ostream &out) const |
Additional Inherited Members | |
Static Public Attributes inherited from booster::backtrace | |
| static size_t const | default_stack_size = 32 |
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
|
inline |
Create an object with message error
1.8.11