rcpputils
master
C++ API providing common utilities and data structures.
|
An exception to be thrown when a state check fails. More...
#include <asserts.hpp>
Public Member Functions | |
IllegalStateException (const char *msg) | |
Constructor for IllegalStateException. More... | |
virtual const char * | what () const throw () |
Get the message description of why this exception was thrown. More... | |
Public Member Functions inherited from std::exception | |
T | what (T... args) |
T | ~exception (T... args) |
T | operator= (T... args) |
T | exception (T... args) |
An exception to be thrown when a state check fails.
|
explicit |
Constructor for IllegalStateException.
msg | The message to display when this exception is thrown. |
|
virtual |
Get the message description of why this exception was thrown.