Class IncoherentImplementationError

Inheritance Relationships

Base Type

Class Documentation

class IncoherentImplementationError : public zim::CreatorError

Exception thrown if incoherence in the user implementation has been detected.

Users need to implement interfaces such as:

If incoherence has been detected in those implementations an IncoherentImplementationError will be thrown.

Public Functions

inline explicit IncoherentImplementationError(const std::string &message)