#include <SemaphoreException.hpp>
Inheritance diagram for corelinux::SemaphoreException:
Public Member Functions | |
SemaphoreException (CharCptr why, CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false, Int errNum=0) | |
Default Constructor. | |
SemaphoreException (SemaphoreExceptionCref) | |
Copy constructor. | |
virtual | ~SemaphoreException (void) |
Virtual Destructor. | |
SemaphoreExceptionRef | operator= (SemaphoreExceptionCref) |
Assignment operator overload. | |
bool | operator== (SemaphoreExceptionCref) const |
Equality operator overload. | |
IntCref | getErrNum (void) const |
Protected Member Functions | |
SemaphoreException (CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false, Int errNum=0) | |
Default Constructor. | |
SemaphoreException (void) | |
SemaphoreException must have at least a location. |
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.
|