ot
class IllegalThreadStateException
#include "ot/base/IllegalThreadStateException.h"
Thrown when a Thread object is not in the correct state for the method being called. For example, a Thread cannot be started more than once.
Constructor/Destructor Detail |
IllegalThreadStateException
IllegalThreadStateException()
-
Constructs an IllegalThreadStateException without a detail message.
IllegalThreadStateException
IllegalThreadStateException(const String& message)
-
Constructs an IllegalThreadStateException 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