![]() |
![]() |
|
|
#include <fastformat/exceptions.hpp>
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. |
typedef std::runtime_error parent_class_type |
Member Types.
The parent exception class type
Reimplemented in windows_resource_bundle::missing_resource_id_exception, format_parsing_exception, illformed_format_exception, mismatched_replacements_exception, missing_argument_exception, unreferenced_argument_exception, and bundle_exception.
typedef fastformat_exception class_type |
typedef std::string multibyte_string_type |
The multibyte string type.
typedef std::basic_string<ff_char_t> string_type |
fastformat_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 |
|