|
PCRE2 C++ Wrapper 1.3.0
pcre2cpp
|
base pcre2cpp exception class More...
#include <exceptions.hpp>
Public Member Functions | |
| 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 | _pcre2_data_t = utils::pcre2_data<utf> |
| using | _string_type = typename _pcre2_data_t::string_type |
| using | _string_view_type = typename _pcre2_data_t::string_view_type |
| using | _uchar_type = typename _pcre2_data_t::uchar_type |
| using | _char_type = typename _pcre2_data_t::string_char_type |
Private Attributes | |
| _string_type | _message |
| error message | |
base pcre2cpp exception class
| utf | UTF type |
|
private |
|
private |
|
private |
|
private |
|
private |
|
inlineexplicitnoexcept |
constructor with message
|
inlineexplicitnoexcept |
constructor with error code
|
inlinenoexcept |
constructor with error code and error offset
|
inlinenoexcept |
returns error message
|
private |
error message