SALOME - SMESH
|
#include <SMESH_Exception.hxx>
Public Member Functions | |
SMESH_Exception (const char *text, const char *fileName=0, const unsigned int lineNumber=0) | |
SMESH_Exception (const SMESH_Exception &ex) | |
~SMESH_Exception () throw () | |
virtual const char * | what (void) const throw () |
Protected Attributes | |
const char * | _text |
Private Member Functions | |
SMESH_Exception (void) | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SMESH_Exception &ex) |
Definition at line 36 of file SMESH_Exception.hxx.
SMESH_Exception::SMESH_Exception | ( | void | ) | [private] |
SMESH_Exception::SMESH_Exception | ( | const char * | text, |
const char * | fileName = 0 , |
||
const unsigned int | lineNumber = 0 |
||
) |
SMESH_Exception::SMESH_Exception | ( | const SMESH_Exception & | ex | ) |
SMESH_Exception::~SMESH_Exception | ( | ) | throw () |
virtual const char* SMESH_Exception::what | ( | void | ) | const throw () [virtual] |
std::ostream& operator<< | ( | std::ostream & | os, |
const SMESH_Exception & | ex | ||
) | [friend] |
const char* SMESH_Exception::_text [protected] |
Definition at line 43 of file SMESH_Exception.hxx.