The class regex_error defines the type of objects thrown as exceptions to report errors during the conversion from a string representing a regular expression to a finite state machine.
More...
#include <regex_error.hpp>
The class regex_error defines the type of objects thrown as exceptions to report errors during the conversion from a string representing a regular expression to a finite state machine.
virtual boost::xpressive::regex_error::~regex_error |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
Accessor for the error_type value.
- Returns
- the error_type code passed to the constructor
- Exceptions
-
template<class Tag >
Tag::type const * boost::exception::get |
( |
| ) |
const |
|
inlineinherited |
template<class Tag >
void boost::exception::set |
( |
typename Tag::type const & |
v | ) |
|
|
inlineinherited |
The documentation for this struct was generated from the following file: