OpenM++ runtime library (libopenm)
|
openM++ exceptions More...
#include <omError.h>
Public Member Functions | |
OpenmException (const char *i_format,...) | |
create openM++ exception. More... | |
const char * | what (void) const noexcept |
return error message | |
openM++ exceptions
|
inline |
create openM++ exception.
if i_format is NULL then use default error message
else make formatted message by vsnprintf()