ot
class UnsupportedOperationException
#include "ot/base/UnsupportedOperationException.h"
Thrown when an operation is attempted that is not supported on the current platform.
Constructor/Destructor Detail |
UnsupportedOperationException
UnsupportedOperationException()
-
Constructs an UnsupportedOperationException without a detail message.
UnsupportedOperationException
UnsupportedOperationException(const String& message)
-
Constructs an UnsupportedOperationException 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