#include <SemaphoreException.hpp>
Inheritance diagram for corelinux::SemaphoreException::

Public Methods | |
| SemaphoreException (CharCptr why, CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false, Int errNum=0) | |
| Default Constructor. More... | |
| SemaphoreException (SemaphoreExceptionCref) | |
| Copy constructor. More... | |
| virtual | ~SemaphoreException (void) |
| Virtual Destructor. | |
| SemaphoreExceptionRef | operator= (SemaphoreExceptionCref) |
| Assignment operator overload. More... | |
| bool | operator== (SemaphoreExceptionCref) const |
| Equality operator overload. More... | |
| IntCref | getErrNum (void) const |
Protected Methods | |
| SemaphoreException (CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false, Int errNum=0) | |
| Default Constructor. More... | |
| SemaphoreException (void) | |
| SemaphoreException must have at least a location.. More... | |
All Semaphore exceptions derive from this.
|
||||||||||||||||||||||||||||
|
Default Constructor.
|
|
|
Copy constructor.
|
|
||||||||||||||||||||||||
|
Default Constructor.
|
|
|
SemaphoreException must have at least a location.. Default constructor is not allowed. |
|
|
Assignment operator overload.
|
|
|
Equality operator overload.
|