FERS 1.0.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
math::PathException Class Referencefinal

Exception class for handling path-related errors. More...

#include "path_utils.h"

+ Inheritance diagram for math::PathException:
+ Collaboration diagram for math::PathException:

Public Member Functions

 PathException (const std::string &description)
 Constructor for PathException.
 

Detailed Description

Exception class for handling path-related errors.

Definition at line 31 of file path_utils.h.

Constructor & Destructor Documentation

◆ PathException()

math::PathException::PathException ( const std::string &  description)
explicit

Constructor for PathException.

Parameters
descriptionA detailed description of the error.

Definition at line 39 of file path_utils.h.

39 :
40 std::runtime_error("Error While Executing Path Code: " + description)
41 {
42 }

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