Passwordfile library  3.1.2
C++ library to read/write passwords from/to encrypted files
Public Member Functions | List of all members
Io::ParsingException Class Reference

The exception that is thrown when a parsing error occurs. More...

#include <parsingexception.h>

Inheritance diagram for Io::ParsingException:
[legend]
Collaboration diagram for Io::ParsingException:
[legend]

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...
 

Detailed Description

The exception that is thrown when a parsing error occurs.

Definition at line 11 of file parsingexception.h.

Constructor & Destructor Documentation

Io::ParsingException::ParsingException ( const std::string &  message = std::string())

Constructs a parsing exception.

Definition at line 13 of file parsingexception.cpp.

Io::ParsingException::~ParsingException ( )
virtual

Destroys the exception.

Definition at line 20 of file parsingexception.cpp.


The documentation for this class was generated from the following files: