Class CreatorStateError

Inheritance Relationships

Base Type

Class Documentation

class CreatorStateError : public zim::CreatorError

Exception thrown when the creator is in error state.

If the creator is in error state (mostly because an AsyncError has already been thrown), any call to any method on it will throw a CreatorStateError.

Public Functions

inline explicit CreatorStateError()