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

#include "exceptions.h"

+ Inheritance diagram for LC::StandardException:
+ Collaboration diagram for LC::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()

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

Definition at line 36 of file exceptions.cpp.

◆ ~StandardException()

LC::StandardException::~StandardException ( )
throw (
)
virtual

Definition at line 41 of file exceptions.cpp.

Member Function Documentation

◆ what()

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

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

Definition at line 45 of file exceptions.cpp.

References What_.

Member Data Documentation

◆ What_

QString LC::StandardException::What_
protected

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