#include <exception.h>
Public Member Functions |
|
InvalidFormat (const char *file, int line, const String &s) | |
Protected Attributes |
|
std::string | format_ |
This exception indicates a conversion problem when converting from one type to another. It is thrown, if a conversion from ascii to numeric formats or vice versa failed.