Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

general_exception_of_type Class Template Reference

Base of all exceptions of a specific type . More...

Inheritance diagram for general_exception_of_type:

background_wnd_exception general_exception List of all members.

Public Types

typedef T class_type

Public Member Functions

 general_exception_of_type (const T &obj)
const T & get_object () const

Detailed Description

template<class T>
class win32::gui::bg_wnd::general_exception_of_type< T >

Base of all exceptions of a specific type .

Base of all exceptions of a specific type. All exceptions of a type derive from general_exception_of_type<type> so you can easily catch all exceptions caused by an object of this class. You can also access the object by calling get_object()




by Steven Weiss. You can contact me at steven11@gmx.de.