eventxx  1.0.1
eventxx::invalid_event Struct Reference

Invalid event exception. More...

Inheritance diagram for eventxx::invalid_event:

Public Member Functions

 invalid_event (const std::string &what) throw ()
 Creates an invalid event exception with a reason. More...
 

Detailed Description

Invalid event exception.

This exception is thrown when passing an invalid event to a function, the reason is given in the what() description but it usually means that the you are making some restricted operation with an active event.

If you hit this exception, you probably got a programming error.

Constructor & Destructor Documentation

◆ invalid_event()

eventxx::invalid_event::invalid_event ( const std::string &  what)
throw (
)
inlineexplicit

Creates an invalid event exception with a reason.

Parameters
whatReason why the event is invalid).

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