#include <stlsoft/error/project_exception.hpp>

Public Types | |
Types | |
| typedef project_exception | class_type |
| The type of the current instantiation. | |
| typedef std::exception | parent_class_type |
| The parent type. | |
Public Member Functions | |
Construction | |
| project_exception () | |
| Default constructor. | |
Accessors | |
| virtual char const * | what () const =0 throw () |
| Returns a human-readable string describing the exception condition. | |
| typedef project_exception class_type |
The type of the current instantiation.
Reimplemented in clone_failure, com_exception, variant_type_exception, com_initialisation_exception, os_exception, 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 std:: exception parent_class_type |
The parent type.
Reimplemented in clone_failure, com_exception, variant_type_exception, com_initialisation_exception, os_exception, 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.
| project_exception | ( | ) | [inline] |
Default constructor.
| virtual char const* what | ( | ) | const throw () [pure virtual] |
Returns a human-readable string describing the exception condition.
Implemented in clone_failure, com_exception, os_exception, unix_exception, tss_exception, windows_exception, and tss_exception.
1.5.6