SourceXtractorPlusPlus  0.8
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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)
 
 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
what (T...args)
 
~exception (T...args)
 
operator= (T...args)
 
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
 

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

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

Definition at line 45 of file TaskFactoryRegistry.h.


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