Passwordfile library
3.1.4
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 : runtime_error(message)
14
{
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 Wed May 31 2017 11:02:04 for Passwordfile library by
1.8.13