![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
Definition at line 563 of file placement-index.cpp.
Public Member Functions | |
| SelfCheckFailure (lib::Literal currentTest, string failure) | |
Public Member Functions inherited from LumieraError< eID, PAR > | |
| LumieraError (std::string description="", lumiera_err const id=eID) noexcept | |
| LumieraError (std::exception const &cause, std::string description="", lumiera_err const id=eID) noexcept | |
Public Member Functions inherited from Error | |
| virtual | ~Error () noexcept |
| Error (string description="", lumiera_err const id=LERR_(EXCEPTION)) noexcept | |
| this is an interface | |
| Error (std::exception const &cause, string description="", lumiera_err const id=LERR_(EXCEPTION)) noexcept | |
| Error (Error &&)=default | |
| Error (Error const &)=default | |
| Error & | operator= (Error &&)=delete |
| Error & | operator= (Error const &)=delete |
| virtual CStr | what () const noexcept override |
| std::exception interface : yield a diagnostic message | |
| lumiera_err | getID () const noexcept |
| the internal Lumiera-error-ID (was set as C-errorstate in ctor) | |
| string const & | getUsermsg () const noexcept |
| extract the message to be displayed for the user | |
| string const & | rootCause () const noexcept |
| If this exception was caused by a chain of further exceptions, return the description of the first one registered in this throw sequence. | |
| Error & | setUsermsg (string const &newMsg) noexcept |
| replace the previous or default friendly message for the user. | |
| Error & | prependInfo (string const &text) noexcept |
| give additional developer info. | |
|
inline |
Definition at line 566 of file placement-index.cpp.
Inheritance diagram for SelfCheckFailure:
Collaboration diagram for SelfCheckFailure: