|
SymbolEditor
1.3.0
|
Failed to write the library exception class. More...
#include <Exceptions.h>
Public Member Functions | |
| FailedWriteLibrary (QDataStream::Status status) | |
| ~FailedWriteLibrary () | |
| QString | statusMessage () const |
Private Attributes | |
| QDataStream::Status | m_status |
Failed to write the library exception class.
This is thrown when there was an error reading the QDataStream.
Definition at line 79 of file Exceptions.h.
|
explicit |
Constructor
| status | the status of the QDataStream that caused the exception |
Definition at line 117 of file Exceptions.cpp.
| FailedWriteLibrary::~FailedWriteLibrary | ( | ) |
Destructor
Definition at line 126 of file Exceptions.cpp.
| QString FailedWriteLibrary::statusMessage | ( | ) | const |
Get the status message of the QDataStream::Status
Definition at line 136 of file Exceptions.cpp.

|
private |
the status of the error
Definition at line 88 of file Exceptions.h.