#include <UAPException.hpp>
Inherits UAPException.
Inherited by UAPInvalidExpressionException, and UAPNotRecognizedException.

Public Member Functions | |
| UAPParserException (const std::string &_message="Unspecified exception") | |
| UAPParserException (const std::string &_message, const UAPException &_cause) | |
| ~UAPParserException () throw () | |
| Destructor. | |
Definition at line 204 of file UAPException.hpp.
| UAPParserException::UAPParserException | ( | const std::string & | _message = "Unspecified exception" |
) |
| UAPParserException::UAPParserException | ( | const std::string & | _message, | |
| const UAPException & | _cause | |||
| ) |
| UAPParserException::~UAPParserException | ( | ) | throw () |
1.5.7