Class
RuntimeErrorRuntime error exception.
Runtime error exception.
| Defined in | <seqan/basic.h> |
|---|---|
| Signature |
typedef std::runtime_error RuntimeError;
|
Member Function Overview
-
RuntimeError::RuntimeError(msg);Constructor.
Member Functions Detail
RuntimeError::RuntimeError(msg);
Constructor.
Parameters
msg
|
The message as a std::string. |
|---|
Data Races
Thread safety unknown!