Provides a parser exception. Publicly inherits from std::runtime_error. Used in robot handler. More...
#include <stdr_parser_exceptions.h>
Public Member Functions | |
ParserException (const std::string errorDescription) | |
Throws an std::runtime_error with a messsage. |
Provides a parser exception. Publicly inherits from std::runtime_error. Used in robot handler.
Definition at line 34 of file stdr_parser_exceptions.h.
stdr_parser::ParserException::ParserException | ( | const std::string | errorDescription | ) | [inline] |
Throws an std::runtime_error with a messsage.
errorDescription | [const std::string] The error message |
Definition at line 41 of file stdr_parser_exceptions.h.