Claw  1.7.3
Public Member Functions | List of all members
claw::exception Class Reference

A simple class to use as exception with string message. More...

#include <exception.hpp>

Inheritance diagram for claw::exception:
claw::bad_format claw::pattern::bad_type_identifier

Public Member Functions

 exception (const std::string &msg) throw ()
 Constructor.
 ~exception () throw ()
 Desctructor.
const char * what () const throw ()
 Get a short description of the problem.

Detailed Description

A simple class to use as exception with string message.

Author
Julien Jorge

Definition at line 42 of file exception.hpp.

Constructor & Destructor Documentation

claw::exception::exception ( const std::string &  msg) throw ()
inline

Constructor.

Parameters
msgA short description of the problem.

Definition at line 50 of file exception.hpp.


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