SALOME - SMESH
|
Go to the source code of this file.
Data Structures | |
class | Unexpect |
class | Terminate |
Defines | |
#define | UNEXPECT_CATCH(FuncName, ExceptionConstructor) |
Typedefs | |
typedef void(* | PVF )() |
Functions | |
void | SmeshException () |
#define UNEXPECT_CATCH | ( | FuncName, | |
ExceptionConstructor | |||
) |
inline void FuncName () {\ throw ExceptionConstructor (); \ }
Definition at line 67 of file SMESH_ExceptHandlers.hxx.
typedef void(* PVF)() |
Definition at line 36 of file SMESH_ExceptHandlers.hxx.
void SmeshException | ( | ) |