claw::bad_format Class Reference

Exception thrown when accessing bad formated data. More...

#include <exception.hpp>

Inheritance diagram for claw::bad_format:
claw::exception

List of all members.

Public Member Functions

 bad_format (const std::string &msg) throw ()
 Constructor.

Detailed Description

Exception thrown when accessing bad formated data.

Author:
Julien Jorge

Definition at line 69 of file exception.hpp.


Constructor & Destructor Documentation

claw::bad_format::bad_format ( const std::string &  msg  )  throw () [inline]

Constructor.

Parameters:
msg A short description of the problem.

Definition at line 76 of file exception.hpp.

00077       : exception(msg)
00078     { }


The documentation for this class was generated from the following file:

Generated on 9 Nov 2009 for CLAW Library (a C++ Library Absolutely Wonderful) by  doxygen 1.6.1