FERS 1.0.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
simulation::RangeError Class Referencefinal

Exception thrown when a range calculation fails, typically due to objects being too close. More...

#include "channel_model.h"

+ Inheritance diagram for simulation::RangeError:
+ Collaboration diagram for simulation::RangeError:

Public Member Functions

const char * what () const noexcept override
 Provides the error message for the exception.
 

Detailed Description

Exception thrown when a range calculation fails, typically due to objects being too close.

Definition at line 68 of file channel_model.h.

Member Function Documentation

◆ what()

const char * simulation::RangeError::what ( ) const
overridenoexcept

Provides the error message for the exception.

Returns
A C-style string describing the error.

Definition at line 75 of file channel_model.h.

76 {
77 return "Range error in radar equation calculations";
78 }

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