Go to the documentation of this file.
22 #if !defined( __SMESH_Exception_hxx__ )
23 #define __SMESH_Exception_hxx__
29 # define LOCALIZED(message) #message , __FILE__ , __LINE__
31 # define LOCALIZED(message) #message
46 SMESH_Exception(
const char *text,
const char *fileName=0,
const unsigned int lineNumber=0 );
50 virtual const
char *what(
void ) const throw () ;