#include <BALL/COMMON/exception.h>

Public Member Functions | |
| InvalidFormat (const char *file, int line, const String &s) | |
| ~InvalidFormat () throw () | |
Protected Attributes | |
| std::string | format_ |
Invalid 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.
Definition at line 224 of file COMMON/exception.h.
| BALL::Exception::InvalidFormat::InvalidFormat | ( | const char * | file, | |
| int | line, | |||
| const String & | s | |||
| ) |
| BALL::Exception::InvalidFormat::~InvalidFormat | ( | ) | throw () |
std::string BALL::Exception::InvalidFormat::format_ [protected] |
Definition at line 235 of file COMMON/exception.h.
1.6.3