Exception type thrown by TerminateImpl() if the RunnableObject cannot be terminated for being used by another Object instance.
More...
#include <Object.h>
Exception type thrown by TerminateImpl() if the RunnableObject cannot be terminated for being used by another Object instance.
Definition at line 2453 of file Object.h.
◆ NotUnusedException()
| DynExp::RunnableObject::NotUnusedException::NotUnusedException |
( |
const RunnableObject & |
Parent | ) |
|
|
inline |
◆ GetErrorMessage()
| std::string DynExp::RunnableObject::NotUnusedException::GetErrorMessage |
( |
| ) |
const |
Genereates a user-readable error message containing the content of UserNames.
- Returns
- Error message describing which
Object instances make use of the throwing RunnableObject instance.
Definition at line 512 of file Object.cpp.
◆ GetUserNames()
| std::string_view DynExp::RunnableObject::NotUnusedException::GetUserNames |
( |
| ) |
const |
|
inline |
Getter for UserNames.
- Returns
- Returns
UserNames
Definition at line 2467 of file Object.h.
◆ UserNames
| std::string DynExp::RunnableObject::NotUnusedException::UserNames |
|
private |
The documentation for this class was generated from the following files: