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

#include "exceptions.h"

+ Inheritance diagram for LeechCraft::StandardException:
+ Collaboration diagram for LeechCraft::StandardException:

Public Member Functions

 StandardException (const QString &what)
 
virtual ~StandardException () throw ()
 
virtual const char * what () const throw ()
 

Protected Attributes

QString What_
 

Detailed Description

Definition at line 41 of file exceptions.h.

Constructor & Destructor Documentation

◆ StandardException()

LeechCraft::StandardException::StandardException ( const QString &  what)

Definition at line 36 of file exceptions.cpp.

◆ ~StandardException()

LeechCraft::StandardException::~StandardException ( )
throw (
)
virtual

Definition at line 41 of file exceptions.cpp.

Member Function Documentation

◆ what()

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

Reimplemented in LeechCraft::UnknownVersionException, and LeechCraft::ReleaseFailureException.

Definition at line 45 of file exceptions.cpp.

References What_.

Member Data Documentation

◆ What_

QString LeechCraft::StandardException::What_
protected

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