Cupt
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
Public Member Functions
cupt::Exception Class Reference

general library exception class More...

#include <cupt/common.hpp>

Inherits std::runtime_error.

List of all members.

Public Member Functions

 Exception (const char *message)
 constructor
 Exception (const string &message)
 constructor

Detailed Description

general library exception class

Any library function may throw this exception.


Constructor & Destructor Documentation

cupt::Exception::Exception ( const char *  message) [inline]

constructor

Creates Exception object with a message message.

Parameters:
messagehuman-readable exception description
cupt::Exception::Exception ( const string &  message) [inline]

constructor

constructor

Creates Exception object with a message message.

Parameters:
messagehuman-readable exception description

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator