MeshKernel
|
A class for throwing range error exceptions. More...
#include <Exceptions.hpp>
Public Member Functions | |
template<typename... Args> | |
MeshKernelError (FormatString const &format_string, Args &&... args) | |
Class constructor. | |
![]() | |
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 | |
![]() | |
virtual std::string | FormattedMessage () const |
Returns the message. | |
A class for throwing range error exceptions.