libzypp  10.5.0
zypp::MatchInvalidRegexException Struct Reference

Invalid regular expression (failed ::regcomp). More...

#include <AttrMatcher.h>

Inheritance diagram for zypp::MatchInvalidRegexException:

List of all members.

Public Member Functions

 MatchInvalidRegexException (const std::string &msg_r)
 Supplied message.
 MatchInvalidRegexException (const std::string &regex_r, int regcomp_r)
 Build message including the regex and ::regcomp returncode (use 0 if unknown).

Detailed Description

Invalid regular expression (failed ::regcomp).

Definition at line 277 of file AttrMatcher.h.


Constructor & Destructor Documentation

zypp::MatchInvalidRegexException::MatchInvalidRegexException ( const std::string &  msg_r) [inline, explicit]

Supplied message.

Definition at line 280 of file AttrMatcher.h.

zypp::MatchInvalidRegexException::MatchInvalidRegexException ( const std::string &  regex_r,
int  regcomp_r 
)

Build message including the regex and ::regcomp returncode (use 0 if unknown).

Definition at line 153 of file AttrMatcher.cc.


The documentation for this struct was generated from the following files: