#include <filelist.h>
Inheritance diagram for except::invalid_route:
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. |
|
Invalid route constructor.
|
|
Invalid route destructor.
|
|
Get invalid route exception.
Implements except::filelist_except. |
|
Exception description.
|
![]() |
![]() |
![]() |