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

NoNewsServerError Class Reference

#include <NSError.h>

Inheritance diagram for NoNewsServerError:

NSError Error List of all members.

Public Member Functions

 NoNewsServerError (const char *txt="unknown")
 NoNewsServerError (const char *txt, const char *file, const char *function, int line)
 NoNewsServerError (const string &txt)
 NoNewsServerError (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 90 of file NSError.h.


Constructor & Destructor Documentation

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

Definition at line 92 of file NSError.h.

00092                                                       :NSError(txt) {
00093         } NoNewsServerError(const char *txt, const char *file,

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

Definition at line 93 of file NSError.h.

00094                                                            :NSError(txt,
00095                                                                     file,
00096                                                                     function,
00097                                                                     line) {
00098         }

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

Definition at line 99 of file NSError.h.

00099                                              :NSError(txt) {
00100         }

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

Definition at line 101 of file NSError.h.

00102                                                          :NSError(txt,
00103                                                                   file,
00104                                                                   function,
00105                                                                   line) {
00106         }


Member Function Documentation

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

Reimplemented from NSError.

Definition at line 108 of file NSError.h.

References slog.

00108                              {
00109                 slog << "Exception!"
00110                     << " Type: NoNewsServer"
00111                     << " File: " << _file
00112                     << " Function: " << _function
00113                     << " Line: " << _line << " Desc: " << _errtext << "\n";
00114         }


The documentation for this class was generated from the following file:
Generated on Fri Aug 20 10:58:11 2004 for NewsCache by doxygen 1.3.6-20040222