![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
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>
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 |
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.
|
|