Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX::FXThreadException Class Reference

Throw this exception to terminate the calling thread gracefully, and pass the given return code back to a possible join() operation if one is in effect. More...

#include <FXException.h>

Inheritance diagram for FX::FXThreadException:
FX::FXException

Public Member Functions

 FXThreadException (FXint xc=-1)
 
 FXThreadException (const FXchar *msg, FXint xc=-1)
 
FXint code () const
 
- Public Member Functions inherited from FX::FXException
 FXException (const FXchar *msg)
 
const FXchar * what () const
 

Detailed Description

Throw this exception to terminate the calling thread gracefully, and pass the given return code back to a possible join() operation if one is in effect.


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

Copyright © 1997-2022 Jeroen van der Zijp