v0.14.0
Classes | Namespaces | Typedefs | Variables
Exceptions.hpp File Reference

Exceptions and error handlers. More...

Go to the source code of this file.

Classes

struct  MoFEM::Exceptions::MoFEMException
 Exception to catch. More...
 
struct  MoFEM::Exceptions::MoFEMExceptionRepeat
 
struct  MoFEM::Exceptions::MoFEMExceptionInitial
 
struct  MoFEM::Exceptions::MoFEMErrorCodeGeneric< TYPE >
 
struct  MoFEM::Exceptions::MoFEMErrorCodeGeneric< PetscErrorCode >
 
struct  MoFEM::Exceptions::MoFEMErrorCodeGeneric< moab::ErrorCode >
 
struct  MoFEM::Exceptions::ErrorChecker< LINE >
 Error check for inline function check. More...
 

Namespaces

 MoFEM
 implementation of Data Operators for Forces and Sources
 
 MoFEM::Exceptions
 Exceptions and handling errors data structures.
 

Typedefs

typedef moab::ErrorCode MoFEM::Exceptions::MoABErrorCode
 MoAB error code. More...
 
typedef PetscErrorCode MoFEM::Exceptions::MoFEMErrorCode
 MoFEM/PETSc error code. More...
 

Variables

static MoFEMErrorCodeGeneric< moab::ErrorCode > MoFEM::Exceptions::rval
 
static MoFEMErrorCodeGeneric< PetscErrorCode > MoFEM::Exceptions::ierr
 

Detailed Description

Exceptions and error handlers.

Definition in file Exceptions.hpp.