Version: 9.12.0
CommException Class Reference

#include <Utils_CommException.hxx>

Inheritance diagram for CommException:

Public Member Functions

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

Protected Attributes

std::string _text
 

Constructor & Destructor Documentation

◆ CommException() [1/3]

CommException::CommException ( void  )

◆ CommException() [2/3]

CommException::CommException ( const char *  texte)

◆ CommException() [3/3]

CommException::CommException ( const CommException ex)

◆ ~CommException()

CommException::~CommException ( )
noexcept

Member Function Documentation

◆ what()

Field Documentation

◆ _text

std::string SALOME_Exception::_text
protectedinherited