SourceXtractorPlusPlus  0.11
Please provide a description of the project.
Public Member Functions | List of all members
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:
[legend]
Collaboration diagram for SourceXtractor::TaskFactoryRegistry::DuplicateFactoryException:
[legend]

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)
 
virtual ~Exception () noexcept=default
 
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.


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