#include <Utils_SALOME_Exception.hxx>

Public Member Functions | |
| SALOME_Exception (const char *text, const char *fileName=0, const unsigned int lineNumber=0) | |
| SALOME_Exception (const SALOME_Exception &ex) | |
| virtual | ~SALOME_Exception () throw () |
| virtual const char * | what (void) const throw () |
Protected Attributes | |
| const char * | _text |
Private Member Functions | |
| SALOME_Exception (void) | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const SALOME_Exception &ex) |
|
private |
References INTERRUPTION, and MESSAGE.
| SALOME_Exception::SALOME_Exception | ( | const char * | text, |
| const char * | fileName = 0, |
||
| const unsigned int | lineNumber = 0 |
||
| ) |
| SALOME_Exception::SALOME_Exception | ( | const SALOME_Exception & | ex | ) |
|
virtual |
Reimplemented in DSC_Exception.
References _text.
Referenced by SALOME_ResourcesManager::AddResource(), SALOME_ContainerManager::GiveContainer(), main(), GenericPort< DataManipulator, COUPLING_POLICY >::put(), SALOME_ResourcesManager::RemoveResource(), and UtilsTest::testSALOME_ExceptionMessage().
|
friend |
|
protected |
Referenced by DSC_Exception::DSC_Exception(), operator<<(), what(), and ~SALOME_Exception().