antioch-0.4.0
List of all members | Public Member Functions
Antioch::ParsingError Class Reference

A class representing error while parsing. More...

#include <antioch_exceptions.h>

Inheritance diagram for Antioch::ParsingError:

Public Member Functions

 ParsingError (const std::string &description)
 

Detailed Description

A class representing error while parsing.

Definition at line 95 of file antioch_exceptions.h.

Constructor & Destructor Documentation

Antioch::ParsingError::ParsingError ( const std::string &  description)
inline

Definition at line 98 of file antioch_exceptions.h.

99  : std::runtime_error (description)
100  {}

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

Generated on Thu Jul 7 2016 11:09:49 for antioch-0.4.0 by  doxygen 1.8.8