#include <Utils_CommException.hxx>
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 |
CommException::CommException | ( | void | ) |
CommException::CommException | ( | const char * | texte | ) |
CommException::CommException | ( | const CommException & | ex | ) |
CommException::~CommException | ( | ) | throw () |
|
virtualinherited |
Reimplemented in DSC_Exception.
References SALOME_Exception::_text.
Referenced by SALOME_ResourcesManager::AddResource(), SALOME_ContainerManager::GiveContainer(), main(), GenericPort< DataManipulator, COUPLING_POLICY >::put(), SALOME_ResourcesManager::RemoveResource(), and UtilsTest::testSALOME_ExceptionMessage().
|
protectedinherited |