JSBSim Flight Dynamics Model 1.2.2 (22 Mar 2025)
An Open Source Flight Dynamics and Control Software Library in C++
Loading...
Searching...
No Matches
BaseException Class Reference

Detailed Description

Definition at line 61 of file FGJSBBase.h.

+ Inheritance diagram for BaseException:
+ Collaboration diagram for BaseException:

Public Member Functions

 BaseException (const std::string &msg)
 

Constructor & Destructor Documentation

◆ BaseException()

BaseException ( const std::string &  msg)
inline

Definition at line 63 of file FGJSBBase.h.

63: std::runtime_error(msg) {}

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