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. More... | |
Provides a parser exception. Publicly inherits from std::runtime_error. Used in robot handler.
Definition at line 34 of file stdr_parser_exceptions.h.
|
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.