#include <driver.h>

Public Member Functions | |
| XRecordError (const XString &s, const char *file, int line) | |
Public Member Functions inherited from XKameError | |
| 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 () |
Additional Inherited Members | |
Static Public Member Functions inherited from XKameError | |
| 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_) |
Throwing this exception will cause a reset of record time. And, prints error message.
1.8.3