CLAW Library (a C++ Library Absolutely Wonderful) 1.5.5
Public Member Functions

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 70 of file exception.hpp.


Constructor & Destructor Documentation

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

Constructor.

Parameters:
msgA short description of the problem.

Definition at line 78 of file exception.hpp.

      : exception(msg)
    { }

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