exception.hpp File Reference


Detailed Description

A simple class to use as exception with string message.

Author:
Julien Jorge

Definition in file exception.hpp.

#include <exception>
#include <string>

Go to the source code of this file.

Namespaces

namespace  claw

Classes

class  claw::exception
 A simple class to use as exception with string message. More...
class  claw::bad_format
 Exception thrown when accessing bad formated data. More...

Defines

#define CLAW_EXCEPTION(m)   claw::exception( std::string(__FUNCTION__) + ": " + m )
 Create an exception and add the name of the current function to the message.


Define Documentation

#define CLAW_EXCEPTION (  )     claw::exception( std::string(__FUNCTION__) + ": " + m )


Generated on Thu May 22 21:07:36 2008 for CLAW Library (a C++ Library Absolutely Wonderful) by  doxygen 1.5.5