emcException Class Reference

#include <emcException.h>

List of all members.


Detailed Description

First try to an exception class.

Not much used.

Definition at line 9 of file emcException.h.

Public Member Functions

 emcException ()
 emcException (const char *content)
virtual ~emcException () throw ()
virtual const char * what () const throw ()

Private Attributes

std::string fContent


Constructor & Destructor Documentation

emcException::emcException  )  [inline]
 

Definition at line 13 of file emcException.h.

emcException::emcException const char *  content  )  [inline]
 

Definition at line 15 of file emcException.h.

References fContent.

virtual emcException::~emcException  )  throw () [inline, virtual]
 

Definition at line 19 of file emcException.h.


Member Function Documentation

const char * emcException::what  )  const throw () [virtual]
 

Definition at line 6 of file emcException.C.

References fContent.


Member Data Documentation

std::string emcException::fContent [private]
 

Definition at line 24 of file emcException.h.

Referenced by emcException(), and what().


The documentation for this class was generated from the following files: