SALOME - SMESH
SMESH_ExceptHandlers.hxx File Reference
#include <stdexcept>
#include <SMESH_SMESH.hxx>
Include dependency graph for SMESH_ExceptHandlers.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Unexpect
 
class  Terminate
 

Macros

#define UNEXPECT_CATCH(FuncName, ExceptionConstructor)
 

Typedefs

typedef void(* PVF) ()
 

Functions

void SmeshException ()
 

Macro Definition Documentation

◆ UNEXPECT_CATCH

#define UNEXPECT_CATCH (   FuncName,
  ExceptionConstructor 
)
Value:
inline void FuncName () {\
throw ExceptionConstructor (); \
}

Definition at line 67 of file SMESH_ExceptHandlers.hxx.

Typedef Documentation

◆ PVF

typedef void(* PVF) ()

Definition at line 36 of file SMESH_ExceptHandlers.hxx.

Function Documentation

◆ SmeshException()

void SmeshException ( )