Exception class to handle abortion in component instantiation. Particularly useful to handle constructor's abortion.
More...
#include <AbortException.h>
Exception class to handle abortion in component instantiation. Particularly useful to handle constructor's abortion.
◆ AbortException()
camitk::AbortException::AbortException |
( |
std::string |
s | ) |
|
|
inline |
default constructor: give the reason for the exception
◆ ~AbortException()
camitk::AbortException::~AbortException |
( |
| ) |
|
|
default |
◆ what()
const char* camitk::AbortException::what |
( |
| ) |
const |
|
inlinenoexcept |
◆ reason
std::string camitk::AbortException::reason |
|
private |
The documentation for this class was generated from the following file: