#include <stdexcept>#include <SMESH_SMESH.hxx>

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 | |
| SMESH_EXPORT 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.
| SMESH_EXPORT void SmeshException | ( | ) |
1.6.1