Synesis Software STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ...

bundle_exception Class Reference
[Format API Interface Functions]

#include <fastformat/exceptions.hpp>

Inheritance diagram for bundle_exception:

fastformat_exception windows_resource_bundle::missing_resource_id_exception

List of all members.


Detailed Description

Root class for all bundle exceptions.

This exception class represents a mismatch between the replacements specified in a format and the arguments presented to the formatting function.

Note:
This class is abstract

Public Types

typedef fastformat_exception parent_class_type
 Member Types.
typedef bundle_exception class_type
 This type.
typedef
parent_class_type::string_type 
string_type
 The string type.

Public Member Functions

 bundle_exception (char const *message)
 Construction.

Member Typedef Documentation

Member Types.

The parent exception class type

Reimplemented from fastformat_exception.

Reimplemented in windows_resource_bundle::missing_resource_id_exception.

This type.

Reimplemented from fastformat_exception.

Reimplemented in windows_resource_bundle::missing_resource_id_exception.

The string type.

Reimplemented from fastformat_exception.

Reimplemented in windows_resource_bundle::missing_resource_id_exception.


Constructor & Destructor Documentation

bundle_exception ( char const *  message  )  [inline, explicit]

Construction.

Constructs an exception with the given message

Parameters:
message The message. May not be NULL


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

FastFormat Library documentation © Matthew Wilson, 2006-2009 SourceForge.net Logo