ot::io
class IOException
#include "ot/io/IOException.h"
Base class for general IO exceptions.
Objects of this class or derived classes are thrown when an error occurs during an I/O operation.
Constructor/Destructor Summary |
IOException()
Constructs an IOException without a detail message. |
IOException(const String& message)
Constructs an IOException with a detail message. |
Constructor/Destructor Detail |
IOException
IOException()
-
Constructs an IOException without a detail message.
IOException
IOException(const String& message)
-
Constructs an IOException 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