1 #if !defined (__THREADEXCEPTION_HPP)
2 #define __THREADEXCEPTION_HPP
24 #if !defined(__COMMON_HPP)
32 DECLARE_CLASS( ThreadException );
58 Severity severity = Exception::CONTINUABLE,
59 bool outOfMemory =
false
74 Severity severity = Exception::CONTINUABLE,
75 bool outOfMemory =
false
133 #endif // !defined __THREADEXCEPTION_HPP
ThreadException is the base exception type for Thread.
Definition: ThreadException.hpp:39
ThreadExceptionRef operator=(ThreadExceptionCref)
Assignment operator overload.
Definition: ThreadException.cpp:101
bool operator==(ThreadExceptionCref) const
Equality operator overload.
Definition: ThreadException.cpp:113
ThreadException(void)
ThreadException must have at least a location.
Definition: ThreadException.cpp:69
virtual ~ThreadException(void)
Virtual Destructor.
Definition: ThreadException.cpp:91
Forward reference the various common classes.
Definition: AbstractAllocator.hpp:32
Severity
Exception Severity States.
Definition: Exception.hpp:59
Exception is the base exception class used in the CoreLinux++ libraries.
Definition: Exception.hpp:51