1 #if !defined (__INVALIDITERATOREXCEPTION_HPP)
2 #define __INVALIDITERATOREXCEPTION_HPP
24 #if !defined(__COMMON_HPP)
28 #if !defined(__ITERATOREXCEPTION_HPP)
29 #include <IteratorException.hpp>
36 DECLARE_CLASS( InvalidIteratorException );
63 Severity severity = Exception::CONTINUABLE,
64 bool outOfMemory =
false
137 #endif // !defined __INVALIDITERATOREXCEPTION_HPP
InvalidIteratorException is an exception that indicates a Iterator could not be properly formed for s...
Definition: InvalidIteratorException.hpp:43
IteratorException is the base exception type for Iterator.
Definition: IteratorException.hpp:39
InvalidIteratorException(void)
InvalidIteratorException must have at least a location.
Definition: InvalidIteratorException.cpp:52
virtual ~InvalidIteratorException(void)
Virtual Destructor.
Definition: InvalidIteratorException.cpp:77
Forward reference the various common classes.
Definition: AbstractAllocator.hpp:32
Severity
Exception Severity States.
Definition: Exception.hpp:59