parse_error Class Reference

#include <parse.hpp>

List of all members.

Public Member Functions

 parse_error (std::string const &msg)


Detailed Description

Exception class for parser errors, usually syntax errors.

Definition at line 11 of file parse.hpp.


Constructor & Destructor Documentation

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

Definition at line 13 of file parse.hpp.

00013 : runtime_error(msg) {}


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