#include <stlsoft/error/conversion_error.hpp>

This class is designed to be a parent class to other, more specific, conversion exception classes.
Public Types | |
Types | |
| typedef std::runtime_error | parent_class_type |
| The parent type. | |
| typedef conversion_error_base | class_type |
| The type of the current instantiation. | |
| typedef std::string | string_type |
| The string argument type. | |
Protected Member Functions | |
Construction | |
| conversion_error_base (string_type const &message) | |
| conversion_error_base (char const *message) | |
| virtual | ~conversion_error_base ()=0 throw () |
| typedef std:: runtime_error parent_class_type |
| typedef conversion_error_base class_type |
| typedef std:: string string_type |
1.5.6