|
MeshKernel
|
A class for throwing algorithm exceptions. More...
#include <Exceptions.hpp>
Public Member Functions | |
| template<typename... Args> | |
| MeshKernelError (FormatString const &format_string, Args &&... args) | |
| Class constructor. | |
Public Member Functions inherited from meshkernel::MeshKernelError | |
| template<typename... Args> | |
| MeshKernelError (FormatString const &format_string, Args &&... args) | |
| Class constructor. | |
| virtual | ~MeshKernelError ()=default |
| Class destructor. | |
| const char * | what () const noexcept override |
| Returns the explanatory string of the error. | |
| ExitCode | Code () const |
| Returns the exit code. | |
Additional Inherited Members | |
Protected Member Functions inherited from meshkernel::MeshKernelError | |
| virtual std::string | FormattedMessage () const |
| Returns the message. | |
A class for throwing algorithm exceptions.