fastjet 2.4.3
|
class corresponding to errors that will be thrown by Dynamic Nearest Neighbours code More...
#include <DynamicNearestNeighbours.hh>
Public Member Functions | |
DnnError () | |
DnnError (const std::string &message) | |
std::string | message () const |
Private Attributes | |
std::string | _message |
class corresponding to errors that will be thrown by Dynamic Nearest Neighbours code
Definition at line 64 of file DynamicNearestNeighbours.hh.
DnnError::DnnError | ( | ) | [inline] |
Definition at line 67 of file DynamicNearestNeighbours.hh.
{;};
DnnError::DnnError | ( | const std::string & | message | ) | [inline] |
std::string DnnError::message | ( | ) | const [inline] |
Definition at line 71 of file DynamicNearestNeighbours.hh.
References _message.
Referenced by DnnError().
{return _message;};
std::string DnnError::_message [private] |
Definition at line 71 of file DynamicNearestNeighbours.hh.
Referenced by DnnError(), and message().