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

general library exception class More...

#include <cupt/common.hpp>

Inheritance diagram for cupt::Exception:

Public Member Functions

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

Detailed Description

general library exception class

Any library function may throw this exception.

Constructor & Destructor Documentation

◆ Exception() [1/2]

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

constructor

Creates Exception object with a message message.

Parameters
messagehuman-readable exception description

◆ Exception() [2/2]

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: