hex::exception Class Reference

#include <hex.h>

Inheritance diagram for hex::exception:

hex::invalid_argument hex::move::no_solution hex::out_of_range List of all members.

Detailed Description

Base class for hex exceptions.

Definition at line 80 of file hex.h.

Public Member Functions

 exception (const std::string &w) throw ()
virtual ~exception () throw ()
virtual const char * what () const throw ()

Public Attributes

std::string _what


Constructor & Destructor Documentation

hex::exception::exception ( const std::string &  w  )  throw () [inline]

Definition at line 84 of file hex.h.

00084 : _what(w) {}

virtual hex::exception::~exception (  )  throw () [inline, virtual]

Definition at line 85 of file hex.h.

00085 {}


Member Function Documentation

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

Definition at line 86 of file hex.h.

References _what.

00086 { return this->_what.c_str(); }


Member Data Documentation

std::string hex::exception::_what

Definition at line 83 of file hex.h.

Referenced by what().


The documentation for this class was generated from the following file:
Generated on Thu Feb 21 00:00:55 2008 for libhex by  doxygen 1.5.1