#include <UAPException.hpp>
Inherits UAPParserException.

Public Member Functions | |
| UAPInvalidExpressionException (const std::string &_message="Unspecified exception") | |
| UAPInvalidExpressionException (const std::string &_message, const UAPException &_cause) | |
| ~UAPInvalidExpressionException () throw () | |
| Destructor. | |
This exception may be thrown upon evaluation of a malformed arithmetic expression or other syntactical errors.
Definition at line 264 of file UAPException.hpp.
| UAPInvalidExpressionException::UAPInvalidExpressionException | ( | const std::string & | _message = "Unspecified exception" |
) |
| UAPInvalidExpressionException::UAPInvalidExpressionException | ( | const std::string & | _message, | |
| const UAPException & | _cause | |||
| ) |
| UAPInvalidExpressionException::~UAPInvalidExpressionException | ( | ) | throw () |
1.5.7