CppNoddy  0.92
Loading...
Searching...
No Matches
Public Member Functions | List of all members
CppNoddy::ExceptionRuntime Class Reference

A generic runtime exception. More...

#include <Exceptions.h>

Inheritance diagram for CppNoddy::ExceptionRuntime:

Public Member Functions

 ExceptionRuntime (const std::string &problem)
 

Detailed Description

A generic runtime exception.

Definition at line 158 of file Exceptions.h.

Constructor & Destructor Documentation

◆ ExceptionRuntime()

CppNoddy::ExceptionRuntime::ExceptionRuntime ( const std::string &  problem)
inline

Definition at line 160 of file Exceptions.h.

160 : std::runtime_error(problem) {
161#ifdef WHAT
162 error_header();
163 std::cout << problem << "\n";
164#endif
165
166 }

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

© 2012

R.E. Hewitt