Inheritance diagram for general_exception_of_type:

Public Types | |
| typedef T | class_type |
Public Member Functions | |
| general_exception_of_type (const T &obj) | |
| const T & | get_object () const |
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. |