SourceXtractorPlusPlus 0.22
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::TaskFactoryRegistry::DuplicateFactoryException Class Reference

Exception raised when trying to register 2 TaskFactories that produce the same PropertyType. More...

#include <TaskFactoryRegistry.h>

Inheritance diagram for SourceXtractor::TaskFactoryRegistry::DuplicateFactoryException:
Collaboration diagram for SourceXtractor::TaskFactoryRegistry::DuplicateFactoryException:

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 *string_format, Args &&... args)
 
 Exception (const Exception &rhs)=default
 
virtual ~Exception () noexcept
 
const char * what () const noexcept override
 
ExitCode exitCode () const noexcept
 
void appendMessage (const T &message)
 
- Public Member Functions inherited from std::exception
what (T... args)
 
~exception (T... args)
 
operator= (T... args)
 
exception (T... args)
 

Additional Inherited Members

- Protected Attributes inherited from Elements::Exception
std::string m_error_msg
 
const ExitCode m_exit_code
 

Detailed Description

Exception raised when trying to register 2 TaskFactories that produce the same PropertyType.

Definition at line 43 of file TaskFactoryRegistry.h.

Constructor & Destructor Documentation

◆ DuplicateFactoryException()

SourceXtractor::TaskFactoryRegistry::DuplicateFactoryException::DuplicateFactoryException ( )
inline

Definition at line 45 of file TaskFactoryRegistry.h.

References Elements::Exception::Exception().

Here is the call graph for this function:

The documentation for this class was generated from the following file: