libwreport
3.29
|
Report an error while handling regular expressions. More...
#include <error.h>
Public Member Functions | |
error_regexp (int code, void *re, const std::string &msg) | |
![]() | |
StringBase (const std::string &msg) noexcept | |
ErrorCode | code () const noexcept override |
Exception-specific error code. More... | |
const char * | what () const noexcept override |
Error message. | |
![]() | |
virtual ErrorCode | code () const noexcept=0 |
Exception-specific error code. More... | |
virtual const char * | what () const noexcept=0 |
Error message. | |
Static Public Member Functions | |
static void | throwf (int code, void *re, const char *fmt,...) WREPORT_THROWF_ATTRS(3 |
Throw the exception, building the message printf-style. | |
![]() | |
static const char * | strerror (ErrorCode code) |
String description for an error code. | |
Additional Inherited Members | |
![]() | |
std::string | msg |
error message returned by what() | |
Report an error while handling regular expressions.
wreport::error_regexp::error_regexp | ( | int | code, |
void * | re, | ||
const std::string & | msg | ||
) |
code | The error code returned by the regular expression functions. |
re | The pointer to the regex_t structure that was being used when the error occurred. |
msg | The error message |