Exception that is thrown whenever something goes wrong with a lock. More...
#include <paraPthLock.h>
Public Member Functions | |
| LockException (int c=0) | |
| constructor More... | |
| int | getCode () |
| get error code More... | |
Public Attributes | |
| int | code |
| error code More... | |
Exception that is thrown whenever something goes wrong with a lock.
Definition at line 52 of file paraPthLock.h.
| LockException | ( | int | c = 0 | ) |
| int getCode | ( | ) |
get error code
Definition at line 70 of file paraPthLock.h.
References LockException::code.
| int code |