Licme
Loading...
Searching...
No Matches
licme::helpers::IntegrationException Class Reference

Exception class for errors in development or integration. More...

#include <exceptions.h>

Inheritance diagram for licme::helpers::IntegrationException:
[legend]
Collaboration diagram for licme::helpers::IntegrationException:
[legend]

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ IntegrationException()

licme::helpers::IntegrationException::IntegrationException ( std::string message)

Construct a new Integration Exception object.

Parameters
messageclear and understandable message

The documentation for this class was generated from the following file: