conversion_error Class Reference
[Error Library]

#include <winstl/error/conversion_error.hpp>

Inheritance diagram for conversion_error:

conversion_error_base

List of all members.


Detailed Description

Represents a failed conversion.

Construction

 conversion_error (string_type const &message, error_code_type code)
 Constructs an instance from the given message and error code.
 conversion_error (char const *message, error_code_type code)
 Constructs an instance from the given message and error code.
 conversion_error (class_type const &rhs)
virtual ~conversion_error () throw ()

Public Types

Types
typedef
stlsoft::conversion_error_base 
parent_class_type
 The parent type.
typedef conversion_error class_type
 The type of the current instantiation.
typedef std::string string_type
 The string argument type.
typedef ws_dword_t error_code_type
 The error code type.

Public Member Functions

Accessors
error_code_type get_error_code () const
error_code_type get_last_error () const

Member Typedef Documentation

typedef stlsoft:: conversion_error_base parent_class_type

The parent type.

Reimplemented from conversion_error_base.

The type of the current instantiation.

Reimplemented from conversion_error_base.

typedef std:: string string_type

The string argument type.

Reimplemented from conversion_error_base.

typedef ws_dword_t error_code_type

The error code type.


Constructor & Destructor Documentation

conversion_error ( string_type const &  message,
error_code_type  code 
) [inline]

Constructs an instance from the given message and error code.

conversion_error ( char const *  message,
error_code_type  code 
) [inline]

Constructs an instance from the given message and error code.


The documentation for this class was generated from the following file:

Generated on Thu Jun 10 08:59:21 2010 for STLSoft by  doxygen 1.5.6