Definition at line 19 of file RCHandlerFatalException.h.
◆ RCHandlerFatalException() [1/2]
◆ RCHandlerFatalException() [2/2]
Definition at line 20 of file RCHandlerFatalException.cc.
21{
22 va_list ap;
23 char ss[1024 * 100];
24 va_start(ap, format);
25 vsprintf(ss, format, ap);
26 va_end(ap);
27 m_comment = ss;
28}
◆ ~RCHandlerFatalException()
◆ err()
◆ what()
const char * what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtualinherited |
Definition at line 31 of file Exception.cc.
33{
34 return m_comment.c_str();
35}
◆ m_comment
◆ m_err
The documentation for this class was generated from the following files: