Data Structures Class Templates
Various data structures implemented using c++ class templates.
Public Member Functions | List of all members
StackOverflowError Class Reference

Exception class for Stack overflow runtime error. More...

#include <stackoverflowerror.h>

Inheritance diagram for StackOverflowError:
Inheritance graph
[legend]
Collaboration diagram for StackOverflowError:
Collaboration graph
[legend]

Public Member Functions

 StackOverflowError (const char *msg="StackOverflowError")
 Constructor. More...
 
- Public Member Functions inherited from StackError
 StackError (const char *msg="StackError")
 Constructor. More...
 
const char * what () const noexcept
 Overridden what() method from std::runtime_error. More...
 

Additional Inherited Members

- Protected Attributes inherited from StackError
std::string msg
 

Detailed Description

Exception class for Stack overflow runtime error.

Constructor & Destructor Documentation

◆ StackOverflowError()

StackOverflowError::StackOverflowError ( const char *  msg = "StackOverflowError")
inline

Constructor.

Parameters
msgError message

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