runtime_error(const string &_Message)
Definition: stdexcept:162
regex_constants::error_type _Err
Definition: regex:536
static const char * _Stringify(regex_constants::error_type _Ex)
Definition: regex:479
484 return (
"regex_error(error_collate): The expression "
485 "contained an invalid collating element name.");
487 return (
"regex_error(error_ctype): The expression "
488 "contained an invalid character class name.");
490 return (
"regex_error(error_escape): The expression "
491 "contained an invalid escaped character, "
492 "or a trailing escape.");
494 return (
"regex_error(error_backref): The expression "
495 "contained an invalid back reference.");
497 return (
"regex_error(error_brack): The expression "
498 "contained mismatched [ and ].");
500 return (
"regex_error(error_paren): The expression "
501 "contained mismatched ( and ).");
503 return (
"regex_error(error_brace): The expression "
504 "contained mismatched { and }.");
506 return (
"regex_error(error_badbrace): The expression "
507 "contained an invalid range in a { expression }.");
509 return (
"regex_error(error_range): The expression "
510 "contained an invalid character range, "
511 "such as [b-a] in most encodings.");
513 return (
"regex_error(error_space): There was insufficient "
514 "memory to convert the expression into "
515 "a finite state machine.");
517 return (
"regex_error(error_badrepeat): One of *?+{ "
518 "was not preceded by a valid regular expression.");
520 return (
"regex_error(error_complexity): The complexity of "
521 "an attempted match against a regular expression "
522 "exceeded a pre-set level.");
524 return (
"regex_error(error_stack): There was insufficient "
525 "memory to determine whether the regular expression "
526 "could match the specified character sequence.");
528 return (
"regex_error(error_parse)");
530 return (
"regex_error(error_syntax)");
532 return (
"regex_error");
regex_constants::error_type _Err
Definition: regex:536
The documentation for this class was generated from the following file: