|
Orocos Real-Time Toolkit
2.6.0
|
This is an exception class that keeps a parse_exception pointer along with the location in the file and the file where it occurred. More...
#include <rtt/scripting/parse_exception.hpp>
Public Member Functions | |
| file_parse_exception (const file_parse_exception &rhs) | |
| file_parse_exception (parse_exception *pe, const std::string &file, int line, int column) | |
| const std::string | what () const |
This is an exception class that keeps a parse_exception pointer along with the location in the file and the file where it occurred.
Definition at line 58 of file parse_exception.hpp.
1.7.6.1