OutOfRangeException Class Reference

#include <Exception.h>

Inheritance diagram for OutOfRangeException:

ConsistencyCheckException ContextException Exception ValOutOfRangeException< C > 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

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

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


Member Function Documentation

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

Get a string describing what happened that threw the exception.

Reimplemented from ContextException.

Reimplemented in ValOutOfRangeException< C >.

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

Get a string tag identifying the exception type.

Reimplemented from ConsistencyCheckException.

Reimplemented in ValOutOfRangeException< C >.

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

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


Member Data Documentation

std::string OutOfRangeException::_var_desc [protected]
 


The documentation for this class was generated from the following file:
Generated on Wed Nov 30 18:18:30 2005 for libbuffy by  doxygen 1.4.5