The base class for all SObjectizer exceptions.
More...
#include <exception.hpp>
|
static void | raise (const char *file_name, unsigned int line_number, const std::string &error_descr, int error_code) |
|
The base class for all SObjectizer exceptions.
- Examples:
- so_5/producer_consumer_mchain/main.cpp.
◆ base_type_t
Typedef for the base type.
◆ exception_t() [1/3]
so_5::exception_t::exception_t |
( |
const std::string & |
error_descr, |
|
|
int |
error_code |
|
) |
| |
|
inline |
◆ exception_t() [2/3]
◆ exception_t() [3/3]
◆ error_code()
int so_5::exception_t::error_code |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ raise()
void so_5::exception_t::raise |
( |
const char * |
file_name, |
|
|
unsigned int |
line_number, |
|
|
const std::string & |
error_descr, |
|
|
int |
error_code |
|
) |
| |
|
static |
◆ m_error_code
int so_5::exception_t::m_error_code |
|
private |
The documentation for this class was generated from the following files: