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

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