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

except::incomplete_argument Class Reference

#include <settings.h>

Inheritance diagram for except::incomplete_argument:

Inheritance graph
Collaboration diagram for except::incomplete_argument:

Collaboration graph
List of all members.

Detailed Description

An incomplete argument in command line.


Public Member Functions

 incomplete_argument (const string &IncompleteArgument) throw ()
 Incomplete argument constructor.

virtual ~incomplete_argument (void) throw ()
 Incomplete argument destructor.

virtual const char * what (void) const throw ()
 Get incomplete option.


Private Attributes

string m_IncompleteArgument
 Exception description.


Constructor & Destructor Documentation

except::incomplete_argument::incomplete_argument const string &  IncompleteArgument  )  throw ()
 

Incomplete argument constructor.

Parameters:
IncompleteArgument: The incomplete argument.

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

Incomplete argument destructor.


Member Function Documentation

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

Get incomplete option.

Returns:
Pointer to a c type string with the incomplete option.

Implements except::settings_except.


Member Data Documentation

string except::incomplete_argument::m_IncompleteArgument [private]
 

Exception description.


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