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