![]() |
![]() |
|
|
#include <fastformat/exceptions.hpp>
Public Types | |
typedef format_parsing_exception | parent_class_type |
Member Types. | |
typedef illformed_format_exception | class_type |
This type. | |
typedef parent_class_type::string_type | string_type |
The string type. | |
Public Member Functions | |
illformed_format_exception (char const *message, ff_parse_code_t code, ff_char_t const *format) | |
Construction. | |
illformed_format_exception (char const *message, ff_parse_code_t code, ff_char_t const *format, size_t cchFormat) | |
Constructs an exception with the given message. |
typedef illformed_format_exception class_type |
illformed_format_exception | ( | char const * | message, | |
ff_parse_code_t | code, | |||
ff_char_t const * | format | |||
) | [inline] |
Construction.
Constructs an exception with the given message
message | The message. May not be NULL | |
code | The code associated with the condition | |
format | The format that caused the condition |
illformed_format_exception | ( | char const * | message, | |
ff_parse_code_t | code, | |||
ff_char_t const * | format, | |||
size_t | cchFormat | |||
) | [inline] |
Constructs an exception with the given message.
message | The message. May not be NULL | |
code | The code associated with the condition | |
format | The format that caused the condition | |
cchFormat | The number of characters in the format |
|
|
FastFormat Library documentation © Matthew Wilson, 2006-2009 |
|