parse_error Class Reference

#include <calc_error.hpp>

Inheritance diagram for parse_error:

calc_error syntax_error

List of all members.

Public Member Functions

 parse_error (std::string const &msg)


Detailed Description

Exception class for parser errors.

Definition at line 18 of file calc_error.hpp.


Constructor & Destructor Documentation

parse_error::parse_error ( std::string const &  msg  )  [inline]

Definition at line 20 of file calc_error.hpp.

00020 : calc_error(msg) {}


The documentation for this class was generated from the following file:
Generated on Sun Nov 30 10:06:54 2008 for Calculator by  doxygen 1.5.3