conversion_error Class Reference
[Error Library]

#include <stlsoft/error/conversion_error.hpp>

Inheritance diagram for conversion_error:

conversion_error_base

List of all members.


Detailed Description

Represents a failed conversion.

Public Types

Types
typedef 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 int error_code_type
 The error code type.

Public Member Functions

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.
Accessors
error_code_type get_error_code () const
error_code_type get_last_error () const

Member Typedef Documentation

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.

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:58:45 2010 for STLSoft by  doxygen 1.5.6