General KERNEL Documentation     End User KERNEL Services  


CommException Class Reference

#include <Utils_CommException.hxx>

Inherits SALOME_Exception.

Inheritance diagram for CommException:

Inheritance graph

Public Member Functions

 CommException (void)
 CommException (const char *texte)
 CommException (const CommException &ex)
 ~CommException () throw ()
virtual const char * what (void) const throw ()

Protected Attributes

const char * _text

Friends

std::ostream & operator<< (std::ostream &os, const SALOME_Exception &ex)

Constructor & Destructor Documentation

CommException::CommException void   ) 
 

CommException::CommException const char *  texte  ) 
 

CommException::CommException const CommException ex  ) 
 

CommException::~CommException  )  throw ()
 


Member Function Documentation

const char * SALOME_Exception::what void   )  const throw () [virtual, inherited]
 


Friends And Related Function Documentation

std::ostream& operator<< std::ostream &  os,
const SALOME_Exception ex
[friend, inherited]
 


Field Documentation

const char* SALOME_Exception::_text [protected, inherited]