syntax_error Class Reference

#include <calc_error.hpp>

Inheritance diagram for syntax_error:

parse_error calc_error

List of all members.

Public Member Functions

 syntax_error (std::string const &msg)


Detailed Description

Exception class for parser syntax errors.

Definition at line 24 of file calc_error.hpp.


Constructor & Destructor Documentation

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

Definition at line 26 of file calc_error.hpp.

00026 : parse_error("syntax 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