fastjet 2.4.5
Public Member Functions | Private Attributes
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.

{;};
fastjet::DnnError::DnnError ( const std::string &  message) [inline]

Definition at line 68 of file DynamicNearestNeighbours.hh.

                                      {
    _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.

{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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines