Class CreatorError

Inheritance Relationships

Base Type

  • public std::runtime_error

Derived Types

Class Documentation

class CreatorError : public std::runtime_error

Exception thrown by the Creator in case of error.

Most exceptions actually thrown are subclasses of this type.

Subclassed by zim::AsyncError, zim::CreatorStateError, zim::IncoherentImplementationError, zim::InvalidEntry, zim::TitleIndexingError

Public Functions

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