BALL::Exception::InvalidFormat Class Reference

#include <BALL/COMMON/exception.h>

Inheritance diagram for BALL::Exception::InvalidFormat:
BALL::Exception::GeneralException

List of all members.


Public Member Functions

 InvalidFormat (const char *file, int line, const String &s)
 ~InvalidFormat () throw ()

Protected Attributes

std::string format_

Detailed Description

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.


Constructor & Destructor Documentation

BALL::Exception::InvalidFormat::InvalidFormat ( const char *  file,
int  line,
const String s 
)
BALL::Exception::InvalidFormat::~InvalidFormat (  )  throw ()

Member Data Documentation

std::string BALL::Exception::InvalidFormat::format_ [protected]