|
|
| ConvergenceException (const std::string &message, int iteration=-1, double residual=0.0, const char *file="", int line=0, const char *function="") |
| |
|
int | iteration () const noexcept |
| |
|
double | residual () const noexcept |
| |
|
| FEException (const std::string &message, StatusCode status=StatusCode::Unknown, const char *file="", int line=0, const char *function="") |
| |
|
| FEException (const std::string &message, const char *file, int line, const char *function="") |
| |
|
StatusCode | status () const noexcept |
| |
|
const char * | what () const noexcept override |
| |
|
StatusCode | status_code () const noexcept |
| |
|
const std::string & | message () const noexcept |
| |
|
const ExceptionContext & | context () const noexcept |
| |
|
void | add_context (const std::string &context) |
| |
|
|
| ExceptionBase (std::string message, StatusCode status, std::string_view subsystem_label, const char *file, int line, const char *function) |
| |
|
void | rebuild_what () |
| |
|
std::string | message_ |
| |
|
ExceptionContext | context_ |
| |
|
std::string_view | subsystem_label_ |
| |
|
std::string | what_ |
| |
The documentation for this class was generated from the following file: