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

Defines

#define UNEXPECT_CATCH(FuncName, ExceptionConstructor)

Typedefs

typedef void(* PVF )()

Functions

void SmeshException ()

Define Documentation

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

Definition at line 67 of file SMESH_ExceptHandlers.hxx.


Typedef Documentation

typedef void(* PVF)()

Definition at line 36 of file SMESH_ExceptHandlers.hxx.


Function Documentation

void SmeshException ( )