exception class for program errors
More...
#include <runtime_exception.h>
exception class for program errors
Inherited class from std::exception
RuntimeException::RuntimeException |
( |
const std::string & |
error | ) |
|
|
inlineexplicit |
create RuntimeException with error explanation
- Parameters
-
error | explanation of thrown error as std::string |
RuntimeException::RuntimeException |
( |
const char * |
error | ) |
|
|
inlineexplicit |
create RuntimeException with error explanation
- Parameters
-
error | explanation of thrown error as const char * |
const char* RuntimeException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
get error information
- Returns
- error info as string
The documentation for this class was generated from the following file: