v0.14.0
Public Member Functions | Public Attributes | List of all members
MoFEM::Exceptions::MoFEMExceptionRepeat Struct Reference

#include <include/Exceptions.hpp>

Inheritance diagram for MoFEM::Exceptions::MoFEMExceptionRepeat:
[legend]
Collaboration diagram for MoFEM::Exceptions::MoFEMExceptionRepeat:
[legend]

Public Member Functions

 MoFEMExceptionRepeat (const int error_code, const int line)
 
- Public Member Functions inherited from MoFEM::Exceptions::MoFEMException
 MoFEMException (const MoFEMErrorCodes error_code)
 
 MoFEMException (const MoFEMErrorCodes error_code, const char error_message[])
 
const char * what () const throw ()
 

Public Attributes

const int lINE
 
- Public Attributes inherited from MoFEM::Exceptions::MoFEMException
const int errorCode
 
char errorMessage [1024]
 

Additional Inherited Members

- Protected Member Functions inherited from MoFEM::Exceptions::MoFEMException
 MoFEMException (const int error_code)
 

Detailed Description

Definition at line 38 of file Exceptions.hpp.

Constructor & Destructor Documentation

◆ MoFEMExceptionRepeat()

MoFEM::Exceptions::MoFEMExceptionRepeat::MoFEMExceptionRepeat ( const int  error_code,
const int  line 
)
inline

Definition at line 40 of file Exceptions.hpp.

41  : MoFEMException(error_code), lINE(line) {
42  strcpy(errorMessage, " ");
43  }

Member Data Documentation

◆ lINE

const int MoFEM::Exceptions::MoFEMExceptionRepeat::lINE

Definition at line 39 of file Exceptions.hpp.


The documentation for this struct was generated from the following file:
MoFEM::Exceptions::MoFEMExceptionRepeat::lINE
const int lINE
Definition: Exceptions.hpp:39
MoFEM::Exceptions::MoFEMException::MoFEMException
MoFEMException(const MoFEMErrorCodes error_code)
Definition: Exceptions.hpp:23
MoFEM::Exceptions::MoFEMException::errorMessage
char errorMessage[1024]
Definition: Exceptions.hpp:22