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.
|
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 |
|
friend |
|
protected |
Definition at line 43 of file SMESH_Exception.hxx.