19 const char*
what()
const noexcept
override {
return "No more events to be processed";}
27 const char*
what()
const noexcept
override {
return "No events can be provided temporarily";}
35 const char*
what()
const noexcept
override {
return "Event source corrupted and cannot provide events";}
43 const char*
what()
const noexcept
override {
return "Missing CTP ROBFragment";}
const char * what() const noexcept override
BadCTPFragment(std::string_view reason)
Thrown if event source throws an exception when new event is requested.
const char * what() const noexcept override
Thrown if the CTP ROBFragment cannot be retrieved for a new event.
const char * what() const noexcept override
Thrown if the event source cannot provide new events temporarily, e.g.
const char * what() const noexcept override
Thrown if all events are already read from the input and another one is requested.
const char * what() const noexcept override