Represents an error that occurred when reading or writing data in the Data reader/writer. More...
#include <Adapter_FrontEndClass.h>
Public Member Functions | |
DataReaderWriterException (std::string msg) | |
const char * | what () |
Override exception::what() to return the message we are tracking. | |
Private Attributes | |
std::string | message |
Represents an error that occurred when reading or writing data in the Data reader/writer.
Definition at line 50 of file Adapter_FrontEndClass.h.
|
inline |
Definition at line 55 of file Adapter_FrontEndClass.h.
|
inline |
Override exception::what() to return the message we are tracking.
Definition at line 63 of file Adapter_FrontEndClass.h.
References DataReaderWriterException::message.
|
private |
Definition at line 53 of file Adapter_FrontEndClass.h.
Referenced by DataReaderWriterException::what().