![]() |
![]() |
|
|
#include <fastformat/exceptions.hpp>
Public Types | |
typedef mismatched_replacements_exception | parent_class_type |
Member Types. | |
typedef unreferenced_argument_exception | class_type |
This type. | |
typedef parent_class_type::string_type | string_type |
The string type. | |
Public Member Functions | |
unreferenced_argument_exception (char const *message, ff_replacement_code_t code, int numberOfReplacements, int firstMismatchedReplacementIndex) | |
Construction. |
unreferenced_argument_exception | ( | char const * | message, | |
ff_replacement_code_t | code, | |||
int | numberOfReplacements, | |||
int | firstMismatchedReplacementIndex | |||
) | [inline] |
Construction.
Constructs an exception with the given message
message | The message. May not be NULL | |
code | The code associated with the condition | |
numberOfReplacements | The number of replacement elements | |
firstMismatchedReplacementIndex | The index of the first mismatched replacement element |
|
|
FastFormat Library documentation © Matthew Wilson, 2006-2009 |
|