TreeFrogFramework  2.8
Public Member Functions | List of all members
StandardException Class Reference

#include <tfexception.h>

Inheritance diagram for StandardException:
Inheritance graph
[legend]
Collaboration diagram for StandardException:
Collaboration graph
[legend]

Public Member Functions

 StandardException (const QString &message, const char *fileName="", int lineNumber=0)
 
void raise () const override
 
std::exception * clone () const override
 
QString className () const override
 
- Public Member Functions inherited from TfException
 TfException (const QString &message, const char *fileName="", int lineNumber=0) noexcept
 
 TfException (const TfException &e) noexcept
 
virtual ~TfException () throw ()
 
QString message () const
 
QString fileName () const
 
int lineNumber () const
 
virtual const char * what () const noexcept override
 

Additional Inherited Members

- Protected Attributes inherited from TfException
QString msg
 
QString file
 
int line {0}
 
QByteArray whatmsg
 

Detailed Description

The StandardException class represents an exception that can be thrown when standard error occurs in source code of your web application.

Constructor & Destructor Documentation

◆ StandardException()

StandardException::StandardException ( const QString &  message,
const char *  fileName = "",
int  lineNumber = 0 
)
inline

Copy constructor.

Constructor.

Member Function Documentation

◆ className()

QString StandardException::className ( ) const
inlineoverridevirtual

Returns exception class name.

Reimplemented from TfException.

◆ clone()

Exception * StandardException::clone ( ) const
inlineoverridevirtual

Creates and returns a deep copy of the current data.

Reimplemented from TfException.

◆ raise()

void StandardException::raise ( ) const
inlineoverridevirtual

Raises the exception.

Reimplemented from TfException.


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