|
BDE 4.39.x Production Release
|
#include <bslfmt_formaterror.h>
This class represents exceptions thrown by the formatting library, its main method of reporting errors during formatting.
Public Member Functions | |
| BSLS_KEYWORD_EXPLICIT | format_error (const std::string &whatArg) |
| BSLS_KEYWORD_EXPLICIT | format_error (const char *whatArg) |
| BSLS_KEYWORD_EXPLICIT | format_error (const bsl::string &whatArg) |
| format_error (const format_error &other) BSLS_KEYWORD_NOEXCEPT | |
| format_error & | operator= (const format_error &rhs) BSLS_KEYWORD_NOEXCEPT |
|
inline |
Create an object of this type holding the error message given by the specified whatArg.
|
inline |
|
inline |
|
inline |
Create an object of this type which is a copy of the specified other.
|
inline |
Assign to this object the value of the specified rhs object, and return a non-const reference to this object.