eventxx
1.0.1
|
Invalid event exception. More...
Public Member Functions | |
invalid_event (const std::string &what) throw () | |
Creates an invalid event exception with a reason. More... | |
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.
|
inlineexplicit |
Creates an invalid event exception with a reason.
what | Reason why the event is invalid). |