Go to the source code of this file.
|
| std::string | moose::internal::incompatVarMsg (MooseVariableFieldBase &var1, MooseVariableFieldBase &var2) |
| | Builds and returns a string of the form: More...
|
| |
| std::string | moose::internal::mooseMsgFmt (const std::string &msg, const std::string &title, const std::string &color) |
| | Format a message for output with a title. More...
|
| |
| std::string | moose::internal::mooseMsgFmt (const std::string &msg, const std::string &color) |
| | Format a message for output without a title. More...
|
| |
| void | moose::internal::mooseErrorRaw (std::string msg, const std::string &prefix="", const hit::Node *node=nullptr, const bool show_trace=true) |
| | Main callback for emitting a moose error. More...
|
| |
| std::string | moose::internal::formatMooseDocumentedError (const std::string &repo_name, const unsigned int issue_num, const std::string &msg) |
| | Formats a documented error. More...
|
| |
| void | moose::translateMetaPhysicLError (const MetaPhysicL::LogicError &) |
| | emit a relatively clear error message when we catch a MetaPhysicL logic error More...
|
| |
|
| void | moose::internal::mooseStreamAll (std::ostringstream &ss) |
| | All of the following are not meant to be called directly - they are called by the normal macros (mooseError(), etc.) down below. More...
|
| |