ot::io
class AtomicReadException
#include "ot/io/AtomicReadException.h"
Thrown when a readAtomic() operation is performed on a Reader, and a prior read() operation left the stream located part-way through a multi-character sequence.
Constructor/Destructor Summary |
AtomicReadException(const String& message)
Constructs an AtomicReadException with a detail message. |
Constructor/Destructor Detail |
AtomicReadException
AtomicReadException(const String& message)
-
Constructs an AtomicReadException 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