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

except::unknow_argument Class Reference

#include <settings.h>

Inheritance diagram for except::unknow_argument:

Inheritance graph
Collaboration diagram for except::unknow_argument:

Collaboration graph
List of all members.

Detailed Description

An unknow argument in command line.


Public Member Functions

 unknow_argument (const string &UnknowArgument) throw ()
 Unknow argument constructor.

virtual ~unknow_argument (void) throw ()
 Unknow argument destructor.

virtual const char * what (void) const throw ()
 Get unknow argument.


Private Attributes

string m_UnknowArgument
 Exception description.


Constructor & Destructor Documentation

except::unknow_argument::unknow_argument const string &  UnknowArgument  )  throw ()
 

Unknow argument constructor.

Parameters:
UnknowArgument: The unknow argument.

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

Unknow argument destructor.


Member Function Documentation

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

Get unknow argument.

Returns:
Pointer to a c type string with the unknow argument.

Implements except::settings_except.


Member Data Documentation

string except::unknow_argument::m_UnknowArgument [private]
 

Exception description.


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