Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
XKameError Struct Reference

Base of exception. More...

#include <support.h>

Inheritance diagram for XKameError:
Inheritance graph
[legend]

Public Member Functions

 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 XStringmsg () 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 XStringmsg () const
 
virtual const char * what () const throw ()
 

Static Public Member Functions

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_)
 

Private Attributes

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
 

Detailed Description

Base of exception.

Definition at line 125 of file support.h.


The documentation for this struct was generated from the following files:

Generated for KAME4 by  doxygen 1.8.3