|
OOFEM 3.0
|
#include <contextioerr.h>
Public Member Functions | |
| ContextIOERR (contextIOResultType e, const char *file, int line) | |
| ContextIOERR (contextIOResultType e, const char *msg, const char *file, int line) | |
| const char * | what () const noexcept override |
| void | print () |
Private Attributes | |
| contextIOResultType | error |
| const char * | msg |
| const char * | file |
| int | line |
| std::string | full_message |
| oofem::ContextIOERR::ContextIOERR | ( | contextIOResultType | e, |
| const char * | file, | ||
| int | line ) |
| oofem::ContextIOERR::ContextIOERR | ( | contextIOResultType | e, |
| const char * | msg, | ||
| const char * | file, | ||
| int | line ) |
| void oofem::ContextIOERR::print | ( | ) |
Definition at line 281 of file cltypes.C.
References error, file, line, msg, OOFEM_EXIT, and oofem::oofem_logger.
Referenced by oofem::HuertaErrorEstimator::estimateError(), and oofem::AdaptiveNonLinearStatic::initializeAdaptive().
|
inlineoverridenoexcept |
Definition at line 59 of file contextioerr.h.
|
private |
Definition at line 50 of file contextioerr.h.
Referenced by ContextIOERR(), ContextIOERR(), and print().
|
private |
Definition at line 51 of file contextioerr.h.
Referenced by ContextIOERR(), ContextIOERR(), and print().
|
private |
Definition at line 53 of file contextioerr.h.
Referenced by ContextIOERR(), and ContextIOERR().
|
private |
Definition at line 52 of file contextioerr.h.
Referenced by ContextIOERR(), ContextIOERR(), and print().
|
private |
Definition at line 51 of file contextioerr.h.
Referenced by ContextIOERR(), ContextIOERR(), and print().