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