Orocos Real-Time Toolkit  2.8.3
Public Member Functions | List of all members
RTT::file_parse_exception Class Reference

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)
 
 ~file_parse_exception ()
 
const std::string what () const
 

Detailed Description

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.

Constructor & Destructor Documentation

RTT::file_parse_exception::file_parse_exception ( const file_parse_exception rhs)

Definition at line 75 of file parse_exception.cpp.

RTT::file_parse_exception::file_parse_exception ( parse_exception pe,
const std::string &  file,
int  line,
int  column 
)
inline

Definition at line 68 of file parse_exception.hpp.

RTT::file_parse_exception::~file_parse_exception ( )

Definition at line 70 of file parse_exception.cpp.

Member Function Documentation

const std::string RTT::file_parse_exception::what ( ) const

The documentation for this class was generated from the following files: