|
Licme
|
Exception class for errors in development or integration. More...
#include <exceptions.h>
Public Member Functions | |
| IntegrationException (std::string message) | |
| Construct a new Integration 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 in development or integration.
Exceptions of this type shall be used in case a developer is doing something unexpected or erronous with this library. It also shall hint integrators about errors deploying this licensing mechanism into a product.
| licme::helpers::IntegrationException::IntegrationException | ( | std::string | message | ) |
Construct a new Integration Exception object.
| message | clear and understandable message |