A range-related SimGear exception. More...
#include <exception.hxx>
A range-related SimGear exception.
SimGear-based code should throw this exception when a value falls outside the range where it can reasonably be handled; examples include longitude outside the range -180:180, unrealistically high forces or velocities, an illegal airport code, etc. A range exception usually means that something has gone wrong internally.
Definition at line 181 of file exception.hxx.