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 26 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 34 of file path_utils.h.

34 :
35 std::runtime_error("Error While Executing Path Code: " + description)
36 {
37 }

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