20 #ifndef INVALIDSTATEEXCEPTION_H_
21 #define INVALIDSTATEEXCEPTION_H_
23 #include "GenericMessageException.h"
26 namespace basic_types {
InvalidStateException(string messageBody)
Creates a new InvalidStateException with the specified string as message.
Definition: InvalidStateException.cpp:25
virtual ~InvalidStateException()
Destroys the current instance of this InvalidStateException.
Definition: InvalidStateException.cpp:28
This exception is thrown if a function of an object was called, but the object was not in a valid sta...
Definition: InvalidStateException.h:35
This class serves as a superclass of all Exceptions.
Definition: GenericMessageException.h:33