LocARNA-2.0.0
|
thrown, when the format is recognized but syntax is incorrect More...
#include <aux.hh>
Public Member Functions | |
syntax_error_failure () | |
empty constructor | |
syntax_error_failure (const std::string &msg) | |
Construct with message string. More... | |
![]() | |
failure (const std::string &msg) | |
Construct with message. More... | |
failure () | |
Construct empty. | |
virtual | ~failure () |
Destruct. | |
virtual const char * | what () const noexcept |
Provide message string. More... | |
thrown, when the format is recognized but syntax is incorrect
|
inlineexplicit |
Construct with message string.
msg | message string |