ot
class InterruptedException
#include "ot/base/InterruptedException.h"
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it using Thread::interrupt().
Constructor/Destructor Detail |
InterruptedException
InterruptedException()
-
Constructs an InterruptedException without a detail message.
InterruptedException
InterruptedException(const String& message)
-
Constructs an InterruptedException with a detail message.
- Parameters:
message
-
the detail message.
getExceptionType
virtual String getExceptionType() const
-
Returns the class name as a String.
This method should be overridden in all derived classes to return the name of the derived class.
- See also:
-
getDescription()
Found a bug or missing feature? Please email us at support@elcel.com