claw  1.9.0
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:
Inheritance graph
[legend]
Collaboration diagram for claw::exception:
Collaboration graph
[legend]

Public Member Functions

 exception (const std::string &msg) throw ()
 Constructor. More...
 
 ~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

◆ exception()

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

Constructor.

Parameters
msgA short description of the problem.

Definition at line 49 of file exception.hpp.


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