20 #ifndef OUTOFIDSEXCEPTION_H_
21 #define OUTOFIDSEXCEPTION_H_
23 #include "GenericMessageException.h"
26 namespace basic_types {
This exception is thrown if an object was about to be created, but the programm has run out of unique...
Definition: OutOfIDsException.h:32
OutOfIDsException(string messageBody)
Generates a new OutOfIDsException with the given message as body.
Definition: OutOfIDsException.cpp:25
virtual ~OutOfIDsException()
Destroys the OutOfIDsException instance.
Definition: OutOfIDsException.cpp:27
This class serves as a superclass of all Exceptions.
Definition: GenericMessageException.h:33