LeechCraft  0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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

Definition at line 36 of file exceptions.cpp.

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

Definition at line 41 of file exceptions.cpp.

Member Function Documentation

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

QString LeechCraft::StandardException::What_
protected

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