1 #if !defined (__ALLOCATORALREADYEXISTSEXCEPTION_HPP)
2 #define __ALLOCATORALREADYEXISTSEXCEPTION_HPP
24 #if !defined(__COMMON_HPP)
28 #if !defined(__ABSTRACTFACTORYEXCEPTION_HPP)
29 #include <AbstractFactoryException.hpp>
36 DECLARE_CLASS( AllocatorAlreadyExistsException );
64 Severity severity = Exception::CONTINUABLE,
65 bool outOfMemory =
false
134 #endif // !defined __ALLOCATORALREADYEXISTSEXCEPTION_HPP
AbstractFactoryException is the base exception type for AbstractFactory.
Definition: AbstractFactoryException.hpp:38
Forward reference the various common classes.
Definition: AbstractAllocator.hpp:32
Severity
Exception Severity States.
Definition: Exception.hpp:59
AllocatorAlreadyExistsException is an exception that is usually thrown when a add of an Allocator col...
Definition: AllocatorAlreadyExistsException.hpp:44
virtual ~AllocatorAlreadyExistsException(void)
Virtual Destructor.
Definition: AllocatorAlreadyExistsException.cpp:85
AllocatorAlreadyExistsException(void)
AllocatorAlreadyExistsException must have at least a location.
Definition: AllocatorAlreadyExistsException.cpp:60