CoreComponents 3.0.0
A Modern C++ Toolkit
|
Debugging hint on system call failure. More...
#include <cc/SystemError>
Public Member Functions | |
SystemDebugError (int errorCode, const char *source, int line) | |
const char * | source () const |
File path to the source code which has thrown this exception | |
int | line () const |
Line number within the source code. | |
String | message () const override |
Generate error message for debug output. | |
![]() | |
SystemError (int errorCode) | |
int | errorCode () const |
Error code return by a system call. | |
String | message () const override |
Error code translated into a human readable error message. | |
Additional Inherited Members | |
![]() | |
int | errorCode_ |
Debugging hint on system call failure.
const char * source | ( | ) | const |
File path to the source code which has thrown this exception
int line | ( | ) | const |
Line number within the source code.