Scarab  v3.9.4
Project 8 C++ Utility Library
Public Member Functions | List of all members
base_exception Class Referenceabstract

Base class for exceptions with what() and where() functions. More...

#include <base_exception.hh>

Inheritance diagram for base_exception:
Inheritance graph

Public Member Functions

 base_exception () noexcept=default
 
virtual ~base_exception () noexcept=default
 
virtual const char * where () const noexcept=0
 

Detailed Description

Base class for exceptions with what() and where() functions.

Author
N.S. Oblath

Definition at line 25 of file base_exception.hh.

Constructor & Destructor Documentation

◆ base_exception()

base_exception ( )
defaultnoexcept

◆ ~base_exception()

virtual ~base_exception ( )
virtualdefaultnoexcept

Member Function Documentation

◆ where()

virtual const char* where ( ) const
pure virtualnoexcept

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