|
PCRE2 C++ Wrapper 1.3.0
pcre2cpp
|
match result exception class More...
#include <exceptions.hpp>
Public Member Functions | |
| basic_match_result_exception (const _string_view_type message) noexcept | |
| constructor with message | |
| basic_match_result_exception (const int error_code) noexcept | |
| constructor with error code | |
| Public Member Functions inherited from pcre2cpp::basic_pcre2cpp_exception< utf > | |
| basic_pcre2cpp_exception (const _string_view_type message) noexcept | |
| constructor with message | |
| basic_pcre2cpp_exception (const int error_code) noexcept | |
| constructor with error code | |
| basic_pcre2cpp_exception (const int error_code, const size_t error_offset) noexcept | |
| constructor with error code and error offset | |
| _PCRE2CPP_CONSTEXPR17 const _string_type & | get_error () const noexcept |
| returns error message | |
Private Types | |
| using | _string_view_type = typename utils::pcre2_data<utf>::string_view_type |
match result exception class
| utf | UTF type |
|
private |
|
inlineexplicitnoexcept |
constructor with message
|
inlineexplicitnoexcept |
constructor with error code