ot
class IllegalStateException
#include "ot/base/IllegalStateException.h"
Thrown when a method is called for an object that is not in the correct state for that operation.
Constructor/Destructor Detail |
IllegalStateException
IllegalStateException()
-
Constructs an IllegalStateException without a detail message.
IllegalStateException
IllegalStateException(const String& message)
-
Constructs an IllegalStateException 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