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

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

#include <stackunderflowerror.h>

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

Public Member Functions

 StackUnderflowError (const char *msg="StackUnderflowError")
 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 underflow runtime error.

Constructor & Destructor Documentation

◆ StackUnderflowError()

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

Constructor.

Parameters
msgError message

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