|
| StringBase (const std::string &msg) noexcept |
|
ErrorCode | code () const noexcept override |
| Exception-specific error code.
|
|
const char * | what () const noexcept override |
| Error message.
|
|
virtual ErrorCode | code () const noexcept=0 |
| Exception-specific error code.
|
|
const char * | what () const noexcept override=0 |
| Error message.
|
|
|
std::string | msg |
| error message returned by what()
|
|
|
static const char * | strerror (ErrorCode code) |
| String description for an error code.
|
|
◆ StringBase()
◆ code()
|
inlineoverridevirtualnoexcept |
Exception-specific error code.
This is useful to map C++ exceptions to C or Fortran error codes
Implements wreport::error.
◆ what()
|
inlineoverridevirtualnoexcept |
The documentation for this class was generated from the following file: