#include <ModulesParser.h>
Inherits std::exception.
Public Member Functions | |
unmatched_parenthesis (char open, char close) | |
virtual const char * | what () const throw () |
Private Attributes | |
char | fOpen |
char | fClose |
Definition at line 21 of file ModulesParser.h.
modules::parser::errors::unmatched_parenthesis::unmatched_parenthesis | ( | char | open, | |
char | close | |||
) | [inline] |
Definition at line 23 of file ModulesParser.h.
virtual const char* modules::parser::errors::unmatched_parenthesis::what | ( | void | ) | const throw () [inline, virtual] |
char modules::parser::errors::unmatched_parenthesis::fClose [private] |
Definition at line 35 of file ModulesParser.h.
Referenced by what().
char modules::parser::errors::unmatched_parenthesis::fOpen [private] |
Definition at line 35 of file ModulesParser.h.
Referenced by what().