A format-related SimGear exception. More...
#include <exception.hxx>
A format-related SimGear exception.
SimGear-based code should throw this exception when a string does not appear in the expected format (for example, a date string does not conform to ISO 8601).
In addition to the functionality of sg_exception, an sg_format_exception can contain a copy of the original malformated text.
Definition at line 156 of file exception.hxx.