eventxx
1.0.1
|
Invalid priority exception. More...
Public Member Functions | |
invalid_priority (const std::string &what="invalid priority value") throw () | |
Creates an invalid priority exception with a reason. More... | |
Invalid priority exception.
This exception is thrown when passing an invalid priority to a function. This usually means you don't have enough priority queues in your dispatcher, so you should have allocated more in the constructor.
If you hit this exception, you probably got a programming error.
|
inlineexplicit |
Creates an invalid priority exception with a reason.
what | Reason why the priority is invalid). |