XrdMonException Class Reference

#include <XrdMonException.hh>

List of all members.

Public Member Functions

 XrdMonException (err_t err)
 XrdMonException (err_t err, const string &s)
 XrdMonException (err_t err, const char *s)
err_t err () const
const string msg () const
void printIt () const
void printItOnce () const

Private Attributes

err_t _err
string _msg

Static Private Attributes

static map< err_t, ErrInfo_oneTime

Classes

struct  ErrInfo


Detailed Description

Definition at line 28 of file XrdMonException.hh.


Constructor & Destructor Documentation

XrdMonException::XrdMonException ( err_t  err  ) 

Definition at line 21 of file XrdMonException.cc.

XrdMonException::XrdMonException ( err_t  err,
const string s 
)

Definition at line 25 of file XrdMonException.cc.

XrdMonException::XrdMonException ( err_t  err,
const char *  s 
)

Definition at line 31 of file XrdMonException.cc.


Member Function Documentation

err_t XrdMonException::err (  )  const [inline]

Definition at line 36 of file XrdMonException.hh.

References _err.

Referenced by XrdMonCtrArchiver::operator()(), printIt(), and printItOnce().

const string XrdMonException::msg (  )  const [inline]

Definition at line 37 of file XrdMonException.hh.

References _msg.

Referenced by printIt(), and printItOnce().

void XrdMonException::printIt (  )  const

Definition at line 38 of file XrdMonException.cc.

References err(), and msg().

Referenced by main(), and printItOnce().

void XrdMonException::printItOnce (  )  const

Definition at line 45 of file XrdMonException.cc.

References _oneTime, XrdMonException::ErrInfo::count, err(), i, msg(), XrdMonException::ErrInfo::msgs, printIt(), and size.

Referenced by XrdMonCtrArchiver::operator()().


Member Data Documentation

map< err_t, XrdMonException::ErrInfo > XrdMonException::_oneTime [static, private]

Definition at line 47 of file XrdMonException.hh.

Referenced by printItOnce().

err_t XrdMonException::_err [private]

Definition at line 49 of file XrdMonException.hh.

Referenced by err().

string XrdMonException::_msg [private]

Definition at line 50 of file XrdMonException.hh.

Referenced by msg().


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:50:35 2011 for ROOT_528-00b_version by  doxygen 1.5.1