Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Error Class Reference
Inheritance diagram for Error:
Collaboration diagram for Error:

Public Member Functions

 Error ()=default
 Error (const QString &message)
 Error ()=default
 Error (const QString &message)
Public Member Functions inherited from QException
 QException ()=default
 Constructs a QException object.
 ~QException () noexcept
 Destroys this QException object.
 QException (const QException &)=default
 Creates a copy of other.
QExceptionoperator= (const QException &)=default
 Copy-assigns other over this object.
virtual void raise () const
 In your QException subclass, reimplement raise() like this:
virtual QExceptionclone () const
 In your QException subclass, reimplement clone() like this:

Detailed Description

Definition at line 13 of file src_corelib_thread_qfuture.cpp.

Constructor & Destructor Documentation

◆ Error() [1/4]

Error::Error ( )
default

Referenced by examples().

Here is the caller graph for this function:

◆ Error() [2/4]

Error::Error ( const QString & message)
explicit

◆ Error() [3/4]

Error::Error ( )
default

◆ Error() [4/4]

Error::Error ( const QString & message)
explicit

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