SymbolEditor  1.3.0
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
FailedReadLibrary Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

FailedReadLibrary::FailedReadLibrary ( QDataStream::Status  status)
explicit

Constructor

Parameters
statusthe 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.

Member Function Documentation

QString FailedReadLibrary::statusMessage ( ) const

Get the status message of the QDataStream::Status

Returns
a QString containing the stream status

Definition at line 98 of file Exceptions.cpp.

Here is the caller graph for this function:

Member Data Documentation

QDataStream::Status FailedReadLibrary::m_status
private

the status of the error

Definition at line 70 of file Exceptions.h.


The documentation for this class was generated from the following files: