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

fastformat_exception Class Reference
[The FastFormat Core Library]

#include <fastformat/exceptions.hpp>

Inheritance diagram for fastformat_exception:

bundle_exception format_parsing_exception mismatched_replacements_exception windows_resource_bundle::missing_resource_id_exception illformed_format_exception missing_argument_exception unreferenced_argument_exception

List of all members.


Detailed Description

Root class for all FastFormat exception.

Note:
This class is abstract

Public Types

typedef std::runtime_error parent_class_type
 Member Types.
typedef fastformat_exception class_type
 This type.
typedef std::string multibyte_string_type
 The multibyte string type.
typedef std::basic_string
< ff_char_t
string_type
 The string type.

Public Member Functions

 fastformat_exception (char const *message)
 Construction.

Member Typedef Documentation

typedef std::runtime_error parent_class_type

typedef std::string multibyte_string_type

The multibyte string type.

typedef std::basic_string<ff_char_t> string_type


Constructor & Destructor Documentation

fastformat_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