Passwordfile library 5.0.12
C++ library to read/write passwords from/to encrypted files
|
The exception that is thrown when a parsing error occurs. More...
#include <parsingexception.h>
Public Member Functions | |
ParsingException (const std::string &message=std::string()) noexcept | |
Constructs a parsing exception. | |
ParsingException (const char *message) noexcept | |
Constructs a parsing exception. | |
~ParsingException () override | |
Destroys the parsing exception. | |
The exception that is thrown when a parsing error occurs.
Definition at line 11 of file parsingexception.h.
|
explicitnoexcept |
Constructs a parsing exception.
Definition at line 15 of file parsingexception.cpp.
|
explicitnoexcept |
Constructs a parsing exception.
Definition at line 23 of file parsingexception.cpp.
|
override |
Destroys the parsing exception.
Definition at line 31 of file parsingexception.cpp.