Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

NoSuchGroupError Class Reference

#include <NSError.h>

Inheritance diagram for NoSuchGroupError:

NSError Error List of all members.

Public Member Functions

 NoSuchGroupError (const char *txt="unknown")
 NoSuchGroupError (const char *txt, const char *file, const char *function, int line)
 NoSuchGroupError (const string &txt)
 NoSuchGroupError (const string &txt, const char *file, const char *function, int line)
virtual void print ()

Detailed Description

Author:
Thomas Gschwind

Bug:
Documentation is missing.

Definition at line 123 of file NSError.h.


Constructor & Destructor Documentation

NoSuchGroupError::NoSuchGroupError const char *  txt = "unknown"  )  [inline]
 

Definition at line 125 of file NSError.h.

00125                                                      :NSError(txt) {
00126         } NoSuchGroupError(const char *txt, const char *file,

NoSuchGroupError::NoSuchGroupError const char *  txt,
const char *  file,
const char *  function,
int  line
[inline]
 

Definition at line 126 of file NSError.h.

00127                                                           :NSError(txt,
00128                                                                    file,
00129                                                                    function,
00130                                                                    line) {
00131         }

NoSuchGroupError::NoSuchGroupError const string &  txt  )  [inline]
 

Definition at line 132 of file NSError.h.

00132                                             :NSError(txt) {
00133         }

NoSuchGroupError::NoSuchGroupError const string &  txt,
const char *  file,
const char *  function,
int  line
[inline]
 

Definition at line 134 of file NSError.h.

00135                                                         :NSError(txt, file,
00136                                                                  function,
00137                                                                  line) {
00138         }


Member Function Documentation

virtual void NoSuchGroupError::print void   )  [inline, virtual]
 

Reimplemented from NSError.

Definition at line 140 of file NSError.h.

References slog.

00140                              {
00141                 slog << "Exception!"
00142                     << " Type: NoSuchGroup"
00143                     << " File: " << _file
00144                     << " Function: " << _function
00145                     << " Line: " << _line << " Desc: " << _errtext << "\n";
00146         }


The documentation for this class was generated from the following file:
Generated on Sun Oct 24 21:08:23 2004 for NewsCache by doxygen 1.3.6-20040222