SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
Exception raised when trying to register 2 TaskFactories that produce the same PropertyType. More...
#include <TaskFactoryRegistry.h>
Public Member Functions | |
DuplicateFactoryException () | |
![]() | |
Exception (ExitCode e=ExitCode::NOT_OK) | |
Exception (const char *message, ExitCode e=ExitCode::NOT_OK) | |
Exception (const std::string &message, ExitCode e=ExitCode::NOT_OK) | |
Exception (const char *stringFormat, Args &&...args) | |
virtual | ~Exception () noexcept=default |
const char * | what () const noexcept override |
ExitCode | exitCode () const noexcept |
void | appendMessage (const T &message) |
![]() | |
T | what (T... args) |
T | ~exception (T... args) |
T | operator= (T... args) |
T | exception (T... args) |
Additional Inherited Members | |
![]() | |
std::string | m_error_msg |
const ExitCode | m_exit_code |
Exception raised when trying to register 2 TaskFactories that produce the same PropertyType.
Definition at line 43 of file TaskFactoryRegistry.h.
|
inline |
Definition at line 45 of file TaskFactoryRegistry.h.