The exception object, generated when the string cannot be converted into the specified type. More...
#include <tleexception.h>
Public Member Functions | |
| tle_invalid_format (const std::string &line) | |
| Constructor. | |
| virtual | ~tle_invalid_format () throw () |
| Destructor. | |
| std::string | line () const throw () |
| Get a line, caused the exception. | |
Private Attributes | |
| std::string | m_line |
| line for which the exception is actual | |
The exception object, generated when the string cannot be converted into the specified type.
Definition at line 66 of file tleexception.h.
| tlelib::tle_invalid_format::tle_invalid_format | ( | const std::string & | line | ) | [inline] |
Constructor.
| line | - line, from which the substring has been taken for convertation. |
Definition at line 74 of file tleexception.h.
| virtual tlelib::tle_invalid_format::~tle_invalid_format | ( | ) | throw () [inline, virtual] |
Destructor.
Definition at line 78 of file tleexception.h.
| std::string tlelib::tle_invalid_format::line | ( | ) | const throw () [inline] |
Get a line, caused the exception.
Definition at line 83 of file tleexception.h.
References m_line.
Referenced by tle_invalid_format().
std::string tlelib::tle_invalid_format::m_line [private] |
line for which the exception is actual
Definition at line 68 of file tleexception.h.
Referenced by line(), and tle_invalid_format().