BioCMAMC-ST
Simulation::FeedException Class Reference

#include <simulation_exception.hpp>

Inheritance diagram for Simulation::FeedException:
[legend]
Collaboration diagram for Simulation::FeedException:
[legend]

Public Member Functions

 FeedException (FeedExceptionError code, std::source_location loc=std::source_location::current())
const char * what () const noexcept override
const std::source_location & where () const noexcept override

Private Attributes

FeedExceptionError code_
std::source_location loc_

Constructor & Destructor Documentation

◆ FeedException()

Simulation::FeedException::FeedException ( FeedExceptionError code,
std::source_location loc = std::source_location::current() )
explicit

Member Function Documentation

◆ what()

const char * Simulation::FeedException::what ( ) const
nodiscardoverridenoexcept

◆ where()

const std::source_location & Simulation::FeedException::where ( ) const
nodiscardoverridevirtualnoexcept

Member Data Documentation

◆ code_

FeedExceptionError Simulation::FeedException::code_
private

◆ loc_

std::source_location Simulation::FeedException::loc_
private

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