TLELib  0.1.0
tlelib::tle_invalid_format Class Reference

The exception object, generated when the string cannot be converted into the specified type. More...

#include <tleexception.h>

List of all members.

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

Detailed Description

The exception object, generated when the string cannot be converted into the specified type.

Definition at line 66 of file tleexception.h.


Constructor & Destructor Documentation

tlelib::tle_invalid_format::tle_invalid_format ( const std::string &  line) [inline]

Constructor.

Parameters:
line- line, from which the substring has been taken for convertation.

Definition at line 74 of file tleexception.h.

References line(), and m_line.

virtual tlelib::tle_invalid_format::~tle_invalid_format ( ) throw () [inline, virtual]

Destructor.

Definition at line 78 of file tleexception.h.


Member Function Documentation

std::string tlelib::tle_invalid_format::line ( ) const throw () [inline]

Get a line, caused the exception.

Returns:
The line, caused the exception.

Definition at line 83 of file tleexception.h.

References m_line.

Referenced by tle_invalid_format().


Member Data Documentation

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().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Defines