#include <stlsoft/error/os_exception.hpp>

Public Types | |
Types | |
| typedef os_exception | class_type |
| The type of the current instantiation. | |
| typedef project_exception | parent_class_type |
| The parent type. | |
Public Member Functions | |
Construction | |
| os_exception () | |
| Default constructor. | |
Accessors | |
| virtual char const * | what () const =0 throw () |
| Returns a human-readable string describing the exception condition. | |
| typedef os_exception class_type |
The type of the current instantiation.
Reimplemented from project_exception.
Reimplemented in missing_entry_point_exception, unix_exception, readdir_sequence_exception, synchronisation_exception, tss_exception, clipboard_scope_exception, clipboard_exception, control_panel_exception, applet_entry_not_found_exception, missing_entry_point_exception, invalid_calling_convention_exception, windows_exception, resource_exception, access_exception, registry_exception, key_not_duplicated_exception, wrong_value_type_exception, access_denied_exception, synchronisation_exception, tss_exception, version_info_exception, and toolhelp_exception.
| typedef project_exception parent_class_type |
The parent type.
Reimplemented from project_exception.
Reimplemented in missing_entry_point_exception, unix_exception, readdir_sequence_exception, synchronisation_exception, tss_exception, clipboard_scope_exception, clipboard_exception, control_panel_exception, applet_entry_not_found_exception, missing_entry_point_exception, invalid_calling_convention_exception, windows_exception, resource_exception, access_exception, registry_exception, key_not_duplicated_exception, wrong_value_type_exception, access_denied_exception, synchronisation_exception, tss_exception, version_info_exception, and toolhelp_exception.
| os_exception | ( | ) | [inline] |
Default constructor.
| virtual char const* what | ( | ) | const throw () [pure virtual] |
Returns a human-readable string describing the exception condition.
Implements project_exception.
Implemented in unix_exception, tss_exception, windows_exception, and tss_exception.
1.5.6