Main Page   Class Hierarchy   Compound List   File List   Compound Members  

zipios::Exception Class Reference

Basic exception. More...

#include <fcollexceptions.h>

Inheritance diagram for zipios::Exception

Inheritance graph

[legend]
List of all members.

Public Methods

 Exception () throw ()
 Exception ( const string &msg ) throw ()
 Exception ( const Exception &src ) throw ()
Exception& operator= ( const Exception &src ) throw ()
virtual const char* what () const throw ()
virtual ~Exception () throw ()

Detailed Description

Basic exception.

Definition at line 61 of file fcollexceptions.h.


Constructor & Destructor Documentation

zipios::Exception::Exception ( ) throw ()
 

Definition at line 95 of file fcollexceptions.cpp.

zipios::Exception::Exception ( const string & msg ) throw () [explicit]
 

Definition at line 98 of file fcollexceptions.cpp.

zipios::Exception::Exception ( const Exception & src ) throw ()
 

Definition at line 102 of file fcollexceptions.cpp.

zipios::Exception::~Exception ( ) throw () [virtual]
 

Definition at line 117 of file fcollexceptions.cpp.


Member Function Documentation

Exception & zipios::Exception::operator= ( const Exception & src ) throw ()
 

Definition at line 107 of file fcollexceptions.cpp.

const char * zipios::Exception::what ( ) const throw () [virtual]
 

Definition at line 113 of file fcollexceptions.cpp.


The documentation for this class was generated from the following files:
Generated at Tue Aug 14 20:39:57 2001 for Zipios++ by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000