|
Licme
|
Exception class for errors during license (de-)activation. More...
#include <exceptions.h>
Public Member Functions | |
| ActivationException (std::string message) | |
| Construct a new Activation Exception object. | |
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 for errors during license (de-)activation.
Exceptions of this type indicate either networking errors, or licenses being not found or available on the server...
| licme::helpers::ActivationException::ActivationException | ( | std::string | message | ) |
Construct a new Activation Exception object.
| message | clear and understandable message |