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

fastjet::DnnError Class Reference

class corresponding to errors that will be thrown by Dynamic Nearest Neighbours code More...

#include <DynamicNearestNeighbours.hh>

List of all members.

Public Member Functions

 DnnError ()
 DnnError (const std::string &message)
std::string message () const

Private Attributes

std::string _message


Detailed Description

class corresponding to errors that will be thrown by Dynamic Nearest Neighbours code

Definition at line 64 of file DynamicNearestNeighbours.hh.


Constructor & Destructor Documentation

fastjet::DnnError::DnnError  )  [inline]
 

Definition at line 67 of file DynamicNearestNeighbours.hh.

00067 {;};

fastjet::DnnError::DnnError const std::string &  message  )  [inline]
 

Definition at line 68 of file DynamicNearestNeighbours.hh.

00068                                       {
00069     _message = message; std::cerr << message << std::endl;};


Member Function Documentation

std::string fastjet::DnnError::message  )  const [inline]
 

Definition at line 71 of file DynamicNearestNeighbours.hh.

00071 {return _message;};


Member Data Documentation

std::string fastjet::DnnError::_message [private]
 

Definition at line 71 of file DynamicNearestNeighbours.hh.


The documentation for this class was generated from the following file:
Generated on Mon Apr 2 20:58:22 2007 for fastjet by  doxygen 1.4.2