ot
class IllegalCharacterException
#include "ot/base/IllegalCharacterException.h"
Thrown when an illegal character value is detected.
This can occur when OpenTop is using the UTF-8 or UTF-16 internal encoding and the application creates a multi-character sequence that would generate an invalid Unicode character.
This exception can also be thrown when attempting to construct a Character with an illegal Unicode code-point value.
Constructor/Destructor Detail |
IllegalCharacterException
IllegalCharacterException()
-
Constructs an IllegalCharacterException without a detail message.
IllegalCharacterException
IllegalCharacterException(const String& message)
-
Constructs an IllegalCharacterException 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