bcParserCPP 2.8
Math Parser for C++
Public Member Functions
CParserException< _CharT > Class Template Reference

CParserException is used to report errors during parsing and evaluation in CMathParser class. More...

List of all members.

Public Member Functions

 CParserException (basic_string< _CharT > msg)
 CParserException (basic_string< _CharT > msg, basic_string< _CharT > invExpr)
 CParserException (_CharT *msg)
basic_string< _CharT > GetMessage ()
basic_string< _CharT > GetInvalidPortionOfExpression ()

Detailed Description

template<typename _CharT>
class CParserException< _CharT >

CParserException is used to report errors during parsing and evaluation in CMathParser class.

GetMessage() function can be used to retrieve error message. GetInvalidPortionOfExpression() function reports the problematic part of the mathematical expression that caused the error.

 All Classes Functions Variables Typedefs Enumerations