v0.14.0 |
Error check for inline function check. More...
#include <include/Exceptions.hpp>
Public Member Functions | |
void | operator<< (const MoFEMErrorCode err) |
Operator for handling PetscErrorCode and MoFEMErrorCode. More... | |
void | operator<< (const moab::ErrorCode err) |
Operator for handling moab::ErrorCode. More... | |
Error check for inline function check.
This class is not used directly, it is called in CHKERR. In case of the error pass line number and that is catch at the end of the function. Information is enriched by function name and file name. Then error is pushed to PETSc error stack.
Definition at line 92 of file Exceptions.hpp.
|
inline |
|
inline |
Operator for handling PetscErrorCode and MoFEMErrorCode.
Definition at line 98 of file Exceptions.hpp.