UnknownException Class Reference

The exception stored when an unknown exception is thrown by a ThreadOperation. More...

Inheritance diagram for UnknownException:

Public Member Functions

 UnknownException () throw ()
 Constructor.
 
 UnknownException (const UnknownException &other) throw ()
 Copy constructor.
 
virtual ~UnknownException () throw ()
 Destructor.
 
UnknownExceptionoperator= (const UnknownException &other) throw ()
 Copy operator.
 
virtual const char * what () const throw ()
 Returns a C string describing the exception.
 

Detailed Description

The exception stored when an unknown exception is thrown by a ThreadOperation.

This is the exception that is stored instead of the real exception when the exception thrown by ThreadOperation is not a subclass of BaseException (and so cannot be cloned). This only contains a fixed error message

Definition at line 44 of file workerthread.h.

Constructor & Destructor Documentation

UnknownException ( ) throw ()
inline

Constructor.

Definition at line 50 of file workerthread.h.

UnknownException ( const UnknownException other) throw ()
inline

Copy constructor.

Parameters
otherthe exception to copy

Definition at line 60 of file workerthread.h.

virtual ~UnknownException ( ) throw ()
inlinevirtual

Destructor.

Definition at line 84 of file workerthread.h.

Member Function Documentation

UnknownException& operator= ( const UnknownException other) throw ()
inline

Copy operator.

Parameters
otherthe exception to copy

Definition at line 70 of file workerthread.h.

virtual const char* what ( ) const throw ()
inlinevirtual

Returns a C string describing the exception.

Returns
a C string describing the exception

Definition at line 93 of file workerthread.h.


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