Passwordfile library
3.1.2
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()) USE_NOTHROW | |
Constructs a parsing exception. More... | |
virtual | ~ParsingException () USE_NOTHROW |
Destroys the exception. More... | |
The exception that is thrown when a parsing error occurs.
Definition at line 11 of file parsingexception.h.
Io::ParsingException::ParsingException | ( | const std::string & | message = std::string() | ) |
Constructs a parsing exception.
Definition at line 13 of file parsingexception.cpp.
|
virtual |
Destroys the exception.
Definition at line 20 of file parsingexception.cpp.