#include <exception.h>
Inheritance diagram for Exception::InvalidFormat:

Public Member Functions | |
| InvalidFormat (const char *file, int line, const String &s) throw () | |
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.