Base of exception.
More...
#include <support.h>
|
| XKameError (const XString &s, const char *file, int line) |
| errno is read and cleared after a construction
|
|
void | print () |
|
void | print (const XString &header) |
|
const XString & | msg () const |
|
virtual const char * | what () const noexcept |
|
| XKameError (const XString &s, const char *file, int line) |
| errno is read and cleared after a construction
|
|
void | print () |
|
void | print (const XString &header) |
|
const XString & | msg () const |
|
virtual const char * | what () const throw () |
|
|
static void | print (const XString &msg, const char *file, int line, int errno_) |
|
static void | print (const XString &msg, const char *file, int line, int errno_) |
|
|
XString | m_msg |
|
const char * | m_file |
|
int | m_line |
|
int | m_errno |
|
const XString | m_msg |
|
const char *const | m_file |
|
const int | m_line |
|
const int | m_errno |
|
Base of exception.
Definition at line 125 of file support.h.
The documentation for this struct was generated from the following files: