Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CmdLineParseException Class Reference

#include <cmdline_parser.hh>

Inheritance diagram for CmdLineParseException:

Inheritance graph
[legend]
Collaboration diagram for CmdLineParseException:

Collaboration graph
[legend]
List of all members.

Public Methods

 CmdLineParseException (const string &message_)
 CmdLineParseException ()
virtual const char* what () const throw ()
virtual operator string () const
 ~CmdLineParseException () throw ()

Protected Attributes

string message

Detailed Description

This is the exception class used by the CmdLineParser class.

Definition at line 55 of file cmdline_parser.hh.


Constructor & Destructor Documentation

CmdLineParseException::CmdLineParseException ( const string & message_ ) [inline]
 

Definition at line 58 of file cmdline_parser.hh.

CmdLineParseException::CmdLineParseException ( ) [inline]
 

Definition at line 62 of file cmdline_parser.hh.

CmdLineParseException::~CmdLineParseException ( ) throw () [inline]
 

Definition at line 76 of file cmdline_parser.hh.


Member Function Documentation

const char * CmdLineParseException::what ( ) const throw () [inline, virtual]
 

Definition at line 66 of file cmdline_parser.hh.

Referenced by operator<<().

CmdLineParseException::operator string ( ) const [inline, virtual]
 

Definition at line 71 of file cmdline_parser.hh.


Member Data Documentation

string CmdLineParseException::message [protected]
 

Definition at line 81 of file cmdline_parser.hh.


The documentation for this class was generated from the following file:
Generated at Tue Jul 9 21:06:00 2002 for CppCC by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001