1 #if !defined (__ITERATOREXCEPTION_HPP)
2 #define __ITERATOREXCEPTION_HPP
24 #if !defined(__COMMON_HPP)
32 DECLARE_CLASS( IteratorException );
56 Severity severity = Exception::CONTINUABLE,
57 bool outOfMemory =
false
117 Severity severity = Exception::CONTINUABLE,
118 bool outOfMemory =
false
138 #endif // !defined __ITERATOREXCEPTION_HPP
virtual ~IteratorException(void)
Virtual Destructor.
Definition: IteratorException.cpp:91
IteratorException is the base exception type for Iterator.
Definition: IteratorException.hpp:39
IteratorException(void)
IteratorException must have at least a location.
Definition: IteratorException.cpp:69
Severity
Exception Severity States.
Definition: Exception.hpp:59
Exception is the base exception class used in the CoreLinux++ libraries.
Definition: Exception.hpp:51
bool operator==(IteratorExceptionCref) const
Equality operator overload.
Definition: IteratorException.cpp:113
IteratorExceptionRef operator=(IteratorExceptionCref)
Assignment operator overload.
Definition: IteratorException.cpp:101