ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ThreadException Class Reference

#include <Threading.h>

Inheritance diagram for ThreadException:
Collaboration diagram for ThreadException:

Public Member Functions

 ThreadException (const std::exception &err)
 
void raise () const override
 
QException * clone () const override
 
const char * what () const noexcept override
 
std::exception error () const
 

Detailed Description

Definition at line 49 of file Threading.h.

Constructor & Destructor Documentation

◆ ThreadException()

ThreadException::ThreadException ( const std::exception &  err)
inlineexplicit

Definition at line 52 of file Threading.h.

Referenced by clone().

Member Function Documentation

◆ clone()

QException* ThreadException::clone ( ) const
inlineoverride

Definition at line 59 of file Threading.h.

References ThreadException().

◆ error()

std::exception ThreadException::error ( ) const
inline

Definition at line 69 of file Threading.h.

◆ raise()

void ThreadException::raise ( ) const
inlineoverride

Definition at line 54 of file Threading.h.

◆ what()

const char* ThreadException::what ( ) const
inlineoverridenoexcept

Definition at line 64 of file Threading.h.


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