optparse::OptionError Class Reference

#include <optparse.h>

List of all members.

Public Member Functions

 OptionError (std::string option, std::string error_msg)
virtual ~OptionError () throw ()
virtual const char * what () const throw ()

Protected Attributes

std::string msg_


Detailed Description

Definition at line 77 of file optparse.h.


Constructor & Destructor Documentation

optparse::OptionError::OptionError ( std::string  option,
std::string  error_msg 
) [inline]

Definition at line 79 of file optparse.h.

References msg_.

virtual optparse::OptionError::~OptionError (  )  throw () [inline, virtual]

Definition at line 85 of file optparse.h.


Member Function Documentation

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

Human-readable error message.

Returns:
Pointer to error message.

Definition at line 90 of file optparse.h.

References msg_.


Member Data Documentation

std::string optparse::OptionError::msg_ [protected]

Definition at line 92 of file optparse.h.

Referenced by OptionError(), and what().


The documentation for this class was generated from the following file:
Generated on Fri Oct 26 13:35:18 2007 for FEMAXX (Finite Element Maxwell Eigensolver) by  doxygen 1.4.7