#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.
BALL::Exception::InvalidFormat::InvalidFormat | ( | const char * | file, |
int | line, | ||
const String & | s | ||
) |
BALL::Exception::InvalidFormat::~InvalidFormat | ( | ) | throw () |
std::string BALL::Exception::InvalidFormat::format_ [protected] |