|
Licme
|
Exception class indicating that a process has been aborted by user. More...
#include <exceptions.h>
Public Member Functions | |
| UserAbortException () | |
| Construct a new exception. | |
Public Member Functions inherited from licme::helpers::ExceptionBase | |
| virtual const char * | what () const noexcept |
| Returns an explanation of the exception. | |
Additional Inherited Members | |
Protected Member Functions inherited from licme::helpers::ExceptionBase | |
| ExceptionBase (std::string message) | |
| Construct a new Exception Base object. | |
Exception class indicating that a process has been aborted by user.
| licme::helpers::UserAbortException::UserAbortException | ( | ) |
Construct a new exception.
| message | clear and understandable message |