|
OOFEM 3.0
|
#include <inputrecord.h>
Public Member Functions | |
| ValueInputException (const InputRecord &ir, std::string keyword, const std::string &reason) | |
| const char * | what () const noexcept override |
| Public Member Functions inherited from oofem::InputException | |
| InputException (const InputRecord &ir, std::string keyword, int number) | |
Protected Attributes | |
| std::string | msg |
Additional Inherited Members | |
| Public Attributes inherited from oofem::InputException | |
| std::string | record |
| std::string | keyword |
| int | number |
Definition at line 275 of file inputrecord.h.
| oofem::ValueInputException::ValueInputException | ( | const InputRecord & | ir, |
| std::string | keyword, | ||
| const std::string & | reason ) |
Definition at line 294 of file inputrecord.C.
References oofem::InputRecord::giveLocation(), oofem::InputException::InputException(), oofem::InputException::keyword, oofem::maxMsgLen, msg, and oofem::InputException::record.
|
overridenoexcept |
Definition at line 314 of file inputrecord.C.
References msg.
|
protected |
Definition at line 278 of file inputrecord.h.
Referenced by ValueInputException(), and what().