Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

Tagcoll::OutOfRangeException Class Reference

#include <Exception.h>

Inheritance diagram for Tagcoll::OutOfRangeException:

Inheritance graph
[legend]
Collaboration diagram for Tagcoll::OutOfRangeException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 OutOfRangeException (const std::string &context, const std::string &var_desc) throw ()
 ~OutOfRangeException () throw ()
virtual const char * type () const throw ()
 Get a string tag identifying the exception type.
virtual std::string var_desc () const throw ()
 Get a short description of the variable that has been checked.
virtual std::string desc () const throw ()
 Get a string describing what happened that threw the exception.

Protected Attributes

std::string _var_desc

Constructor & Destructor Documentation

Tagcoll::OutOfRangeException::OutOfRangeException const std::string &  context,
const std::string &  var_desc
throw () [inline]
 

Tagcoll::OutOfRangeException::~OutOfRangeException  )  throw () [inline]
 


Member Function Documentation

virtual std::string Tagcoll::OutOfRangeException::desc  )  const throw () [inline, virtual]
 

Get a string describing what happened that threw the exception.

Reimplemented from Tagcoll::ContextException.

Reimplemented in Tagcoll::ValOutOfRangeException< C >.

virtual const char* Tagcoll::OutOfRangeException::type  )  const throw () [inline, virtual]
 

Get a string tag identifying the exception type.

Reimplemented from Tagcoll::ConsistencyCheckException.

Reimplemented in Tagcoll::ValOutOfRangeException< C >.

virtual std::string Tagcoll::OutOfRangeException::var_desc  )  const throw () [inline, virtual]
 

Get a short description of the variable that has been checked.


Member Data Documentation

std::string Tagcoll::OutOfRangeException::_var_desc [protected]
 


The documentation for this class was generated from the following file:
Generated on Fri Sep 9 22:13:20 2005 for libtagcoll by  doxygen 1.4.4