Struct RegexError

Inheritance Relationships

Base Type

  • public std::runtime_error

Struct Documentation

struct RegexError : public std::runtime_error

The type of exception thrown by functions in the rdf4cpp::regex library.

Public Functions

inline explicit RegexError(char const *msg)
inline explicit RegexError(std::string const &msg)