Opened 16 years ago

Closed 16 years ago

#626 closed Support Requests (None)

thread_exception

Reported by: nobody Owned by: Roland Schwarz
Milestone: Component: None
Version: None Severity:
Keywords: Cc:

Description

why the what function is not implemented in the
thread_exception class while it is implemented in all
its  childs

Change History (1)

comment:1 by Roland Schwarz, 16 years ago

Status: assignedclosed
Logged In: YES 
user_id=541730

The thread_exception is not intended to be thrown. It is
just a base class for the others. Since the std::exception
has a virtual what, you can catch for thread_exception and
get the appropriate what of the actually thrown exception.

Note: See TracTickets for help on using tickets.