LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
LeechCraft::UnknownVersionException Class Reference

#include "exceptions.h"

+ Inheritance diagram for LeechCraft::UnknownVersionException:
+ Collaboration diagram for LeechCraft::UnknownVersionException:

Public Member Functions

 UnknownVersionException (qint64 version, const QString &what)
 
virtual ~UnknownVersionException () throw ()
 
virtual const char * what () const throw ()
 
- Public Member Functions inherited from LeechCraft::SerializationException
 SerializationException (const QString &what)
 
virtual ~SerializationException () throw ()
 
- Public Member Functions inherited from LeechCraft::StandardException
 StandardException (const QString &what)
 
virtual ~StandardException () throw ()
 

Protected Attributes

qint64 Version_
 
- Protected Attributes inherited from LeechCraft::StandardException
QString What_
 

Detailed Description

Definition at line 84 of file exceptions.h.

Constructor & Destructor Documentation

◆ UnknownVersionException()

LeechCraft::UnknownVersionException::UnknownVersionException ( qint64  version,
const QString &  what 
)

Definition at line 98 of file exceptions.cpp.

◆ ~UnknownVersionException()

LeechCraft::UnknownVersionException::~UnknownVersionException ( )
throw (
)
virtual

Definition at line 104 of file exceptions.cpp.

Member Function Documentation

◆ what()

const char * LeechCraft::UnknownVersionException::what ( ) const
throw (
)
virtual

Reimplemented from LeechCraft::StandardException.

Definition at line 108 of file exceptions.cpp.

References Version_, and LeechCraft::StandardException::What_.

Member Data Documentation

◆ Version_

qint64 LeechCraft::UnknownVersionException::Version_
protected

Definition at line 87 of file exceptions.h.

Referenced by what().


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