Cupt
Public Member Functions | List of all members
cupt::Exception Class Reference

general library exception class More...

#include <cupt/common.hpp>

Inherits std::runtime_error.

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: