Passwordfile library
3.1.3
C++ library to read/write passwords from/to encrypted files
io
parsingexception.cpp
Go to the documentation of this file.
1
#include "
./parsingexception.h
"
2
3
namespace
Io
{
4
13
ParsingException::ParsingException
(
const
std::string &message) USE_NOTHROW :
14
runtime_error(message)
15
{}
16
20
ParsingException::~ParsingException
() USE_NOTHROW
21
{}
22
23
}
Io::ParsingException::~ParsingException
virtual ~ParsingException() USE_NOTHROW
Destroys the exception.
Definition:
parsingexception.cpp:20
Io::ParsingException::ParsingException
ParsingException(const std::string &message=std::string()) USE_NOTHROW
Constructs a parsing exception.
Definition:
parsingexception.cpp:13
Io
Contains all IO related classes.
Definition:
cryptoexception.h:9
parsingexception.h
Generated on Sun Nov 27 2016 14:57:49 for Passwordfile library by
1.8.12