1 #if !defined (__ABSTRACTFACTORYEXCEPTION_HPP)
2 #define __ABSTRACTFACTORYEXCEPTION_HPP
24 #if !defined(__COMMON_HPP)
32 DECLARE_CLASS( AbstractFactoryException );
56 Severity severity = Exception::CONTINUABLE,
57 bool outOfMemory =
false
127 Severity severity = Exception::CONTINUABLE,
128 bool outOfMemory =
false
149 #endif // !defined __ABSTRACTFACTORYEXCEPTION_HPP
AbstractFactoryException is the base exception type for AbstractFactory.
Definition: AbstractFactoryException.hpp:38
virtual ~AbstractFactoryException(void)
Virtual Destructor.
Definition: AbstractFactoryException.cpp:94
Severity
Exception Severity States.
Definition: Exception.hpp:59
Exception is the base exception class used in the CoreLinux++ libraries.
Definition: Exception.hpp:51
AbstractFactoryException(void)
AbstractFactoryException must have at least a location.
Definition: AbstractFactoryException.cpp:69