RandomLib  1.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
Public Member Functions | List of all members
RandomLib::RandomErr Class Reference

Exception handling for RandomLib. More...

#include <RandomLib/Random.hpp>

Inheritance diagram for RandomLib::RandomErr:

Public Member Functions

 RandomErr (const std::string &msg)
 

Detailed Description

Exception handling for RandomLib.

A class to handle exceptions. It's derived from std::runtime_error so it can be caught by the usual catch clauses.

Definition at line 103 of file Random.hpp.

Constructor & Destructor Documentation

RandomLib::RandomErr::RandomErr ( const std::string &  msg)
inline

Constructor

Parameters
[in]msga string message, which is accessible in the catch clause, via what().

Definition at line 112 of file Random.hpp.


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