|
OOFEM 3.0
|
#include <inputrecord.h>
Public Types | |
| enum | ComponentType { ctElement , ctDofManager } |
Public Member Functions | |
| ComponentInputException (const std::string keyword, ComponentType ct, int number, const std::string &reason) | |
| ComponentInputException (ComponentType ct, int number, const std::string &reason) | |
| const char * | what () const noexcept override |
Protected Attributes | |
| std::string | msg |
Definition at line 285 of file inputrecord.h.
| Enumerator | |
|---|---|
| ctElement | |
| ctDofManager | |
Definition at line 287 of file inputrecord.h.
| oofem::ComponentInputException::ComponentInputException | ( | const std::string | keyword, |
| ComponentType | ct, | ||
| int | number, | ||
| const std::string & | reason ) |
Definition at line 320 of file inputrecord.C.
References ctDofManager, ctElement, and msg.
| oofem::ComponentInputException::ComponentInputException | ( | ComponentType | ct, |
| int | number, | ||
| const std::string & | reason ) |
Definition at line 334 of file inputrecord.C.
References ctDofManager, ctElement, and msg.
|
overridenoexcept |
Definition at line 346 of file inputrecord.C.
References msg.
|
protected |
Definition at line 294 of file inputrecord.h.
Referenced by ComponentInputException(), ComponentInputException(), and what().