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

SMESH_EXPORT 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

SMESH_EXPORT void SmeshException (  ) 

Generated on 12 Oct 2013 for SALOME - SMESH by  doxygen 1.6.1