LeechCraft  0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
LC::UnknownVersionException Class Reference

#include "exceptions.h"

+ Inheritance diagram for LC::UnknownVersionException:
+ Collaboration diagram for LC::UnknownVersionException:

Public Member Functions

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

Protected Attributes

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

Detailed Description

Definition at line 84 of file exceptions.h.

Constructor & Destructor Documentation

◆ UnknownVersionException()

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

Definition at line 98 of file exceptions.cpp.

◆ ~UnknownVersionException()

LC::UnknownVersionException::~UnknownVersionException ( )
throw (
)
virtual

Definition at line 104 of file exceptions.cpp.

Member Function Documentation

◆ what()

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

Reimplemented from LC::StandardException.

Definition at line 108 of file exceptions.cpp.

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

Member Data Documentation

◆ Version_

qint64 LC::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: