Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

Exception::InvalidFormat Class Reference

Invalid format. More...

#include <exception.h>

Inheritance diagram for Exception::InvalidFormat:

Exception::GeneralException List of all members.

Public Member Functions

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