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

NotAllowedError Class Reference

#include <NSError.h>

Inheritance diagram for NotAllowedError:

NSError Error List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

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

Definition at line 252 of file NSError.h.

00252                                                     :NSError(txt) {
00253         } NotAllowedError(const char *txt, const char *file,

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

Definition at line 253 of file NSError.h.

00254                                                          :NSError(txt,
00255                                                                   file,
00256                                                                   function,
00257                                                                   line) {
00258         }

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

Definition at line 259 of file NSError.h.

00259                                            :NSError(txt) {
00260         }

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

Definition at line 261 of file NSError.h.

00262                                                        :NSError(txt, file,
00263                                                                 function,
00264                                                                 line) {
00265         }


Member Function Documentation

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

Reimplemented from NSError.

Definition at line 267 of file NSError.h.

References slog.

00267                              {
00268                 slog << "Exception!"
00269                     << " Type: NoSuchArticle"
00270                     << " File: " << _file
00271                     << " Function: " << _function
00272                     << " Line: " << _line << " Desc: " << _errtext << "\n";
00273         }


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