![]() |
![]() |
|
|
#include <fastformat/exceptions.hpp>
This exception class represents a mismatch between the replacements specified in a format and the arguments presented to the formatting function.
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 Types.
The parent exception class type
Reimplemented from fastformat_exception.
Reimplemented in windows_resource_bundle::missing_resource_id_exception.
typedef bundle_exception class_type |
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.
bundle_exception | ( | char const * | message | ) | [inline, explicit] |
Construction.
Constructs an exception with the given message
message | The message. May not be NULL |
|
|
FastFormat Library documentation © Matthew Wilson, 2006-2009 |
|