Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

except::invalid_route Class Reference

#include <filelist.h>

Inheritance diagram for except::invalid_route:

Inheritance graph
Collaboration diagram for except::invalid_route:

Collaboration graph
List of all members.

Detailed Description

File name or route doesn't exist.


Public Member Functions

 invalid_route (const string &InvalidRoute) throw ()
 Invalid route constructor.

virtual ~invalid_route (void) throw ()
 Invalid route destructor.

virtual const char * what (void) const throw ()
 Get invalid route exception.


Private Attributes

string m_InvalidRoute
 Exception description.


Constructor & Destructor Documentation

except::invalid_route::invalid_route const string &  InvalidRoute  )  throw ()
 

Invalid route constructor.

Parameters:
InvalidRoute: String with the invalid route.

except::invalid_route::~invalid_route void   )  throw () [virtual]
 

Invalid route destructor.


Member Function Documentation

const char * except::invalid_route::what void   )  const throw () [virtual]
 

Get invalid route exception.

Returns:
Pointer to a c type string with the invalid route.

Implements except::filelist_except.


Member Data Documentation

string except::invalid_route::m_InvalidRoute [private]
 

Exception description.


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