|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Context IO exception class. More...
#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) | |
| ~ContextIOERR () | |
| void | print () |
Private Attributes | |
| contextIOResultType | error |
| const char * | msg |
| const char * | file |
| int | line |
| 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 270 of file cltypes.C.
References error, file, line, oofem::Logger::LOG_LEVEL_ERROR, msg, OOFEM_EXIT, oofem::oofem_logger, and oofem::Logger::writeELogMsg().
Referenced by oofem::HuertaErrorEstimator::estimateError(), and oofem::AdaptiveNonLinearStatic::initializeAdaptive().
|
private |
Definition at line 48 of file contextioerr.h.
Referenced by ContextIOERR(), and print().
|
private |
Definition at line 49 of file contextioerr.h.
Referenced by ContextIOERR(), and print().
|
private |
Definition at line 50 of file contextioerr.h.
Referenced by ContextIOERR(), and print().
|
private |
Definition at line 49 of file contextioerr.h.
Referenced by ContextIOERR(), and print().