|
SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
|
Exception raised when trying to register 2 TaskFactories that produce the same PropertyType. More...
#include <TaskFactoryRegistry.h>


Public Member Functions | |
| DuplicateFactoryException () | |
Public Member Functions inherited from Elements::Exception | |
| 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) | |
| snprintf (message, len, stringFormat, std::forward< Args >(args)...) | |
| virtual | ~Exception () noexcept=default |
| const char * | what () const noexceptoverride |
| ExitCode | exitCode () const noexcept |
| void | appendMessage (const T &message) |
Public Member Functions inherited from std::exception | |
| T | what (T...args) |
| T | ~exception (T...args) |
| T | operator= (T...args) |
| T | exception (T...args) |
Additional Inherited Members | |
Public Attributes inherited from Elements::Exception | |
| code | |
| char * | message |
| m_error_msg | |
| delete[] | message |
Protected Attributes inherited from Elements::Exception | |
| 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.
1.8.5