ot
class IllegalArgumentException
#include "ot/base/IllegalArgumentException.h"
Thrown when an illegal argument is passed to a OpenTop method.
Constructor/Destructor Detail |
IllegalArgumentException
IllegalArgumentException()
-
Constructs an IllegalArgumentException without a detail message.
IllegalArgumentException
IllegalArgumentException(const String& message)
-
Constructs an IllegalArgumentException 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